Update Gitlab repo count in tests #2333

This commit is contained in:
Cody Rose 2024-01-23 15:04:11 -05:00 committed by GitHub
parent e0a1b11a8e
commit 80f2696ae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
@ -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",