mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
Update Gitlab repo count in tests #2333
This commit is contained in:
parent
e0a1b11a8e
commit
80f2696ae0
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue