diff options
author | Michael Muré <batolettre@gmail.com> | 2020-11-08 23:56:32 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2021-02-14 12:17:47 +0100 |
commit | b01aa18d3925a23ba0ad32a322617de7dc9a299e (patch) | |
tree | efb1ab12812d0dbf91609f0647060d713c9ba058 /bridge/gitlab/export_test.go | |
parent | ab57d74a312f325b9d889752aa92c00c395de20f (diff) | |
download | git-bug-b01aa18d3925a23ba0ad32a322617de7dc9a299e.tar.gz |
identity: PR fixes
Diffstat (limited to 'bridge/gitlab/export_test.go')
-rw-r--r-- | bridge/gitlab/export_test.go | 2 |
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 == "" { |