update test (#2283)

This commit is contained in:
ahrav 2024-01-10 09:56:21 -08:00 committed by GitHub
parent 9d99008d32
commit fb927e011b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ func TestSource_Scan(t *testing.T) {
SourceType: sourcespb.SourceType_SOURCE_TYPE_GITLAB,
SourceName: "test source",
},
wantReposScanned: 2,
wantReposScanned: 4,
},
{
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: 2,
wantReposScanned: 4,
},
{
name: "token auth, scoped repo",