Skip to content

Commit

Permalink
Update Gitlab repo count in tests #2333
Browse files Browse the repository at this point in the history
  • Loading branch information
rosecodym authored Jan 23, 2024
1 parent e0a1b11 commit 80f2696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sources/gitlab/gitlab_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestSource_Scan(t *testing.T) {
SourceType: sourcespb.SourceType_SOURCE_TYPE_GITLAB,
SourceName: "test source",
},
wantReposScanned: 4,
wantReposScanned: 5,
},
{
name: "token auth, enumerate repo, with glob ignore",
Expand All @@ -74,7 +74,7 @@ func TestSource_Scan(t *testing.T) {
SourceType: sourcespb.SourceType_SOURCE_TYPE_GITLAB,
SourceName: "test source",
},
wantReposScanned: 4,
wantReposScanned: 5,
},
{
name: "token auth, scoped repo",
Expand Down

0 comments on commit 80f2696

Please sign in to comment.