aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab/export_test.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-11-08 23:56:32 +0100
committerMichael Muré <batolettre@gmail.com>2021-02-14 12:17:47 +0100
commitb01aa18d3925a23ba0ad32a322617de7dc9a299e (patch)
treeefb1ab12812d0dbf91609f0647060d713c9ba058 /bridge/gitlab/export_test.go
parentab57d74a312f325b9d889752aa92c00c395de20f (diff)
downloadgit-bug-b01aa18d3925a23ba0ad32a322617de7dc9a299e.tar.gz
identity: PR fixes
Diffstat (limited to 'bridge/gitlab/export_test.go')
-rw-r--r--bridge/gitlab/export_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/gitlab/export_test.go b/bridge/gitlab/export_test.go
index 58f3d63c..88b0d44e 100644
--- a/bridge/gitlab/export_test.go
+++ b/bridge/gitlab/export_test.go
@@ -134,7 +134,7 @@ func testCases(t *testing.T, repo *cache.RepoCache) []*testCase {
}
}
-func TestPushPull(t *testing.T) {
+func TestGitlabPushPull(t *testing.T) {
// token must have 'repo' and 'delete_repo' scopes
envToken := os.Getenv("GITLAB_API_TOKEN")
if envToken == "" {