Skip to content

Commit 3fcf900

Browse files
authored
fix(vulnfeeds): ValidRepo test repo example for git:// protocol stopped working (#4053)
1 parent f212dde commit 3fcf900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnfeeds/git/repository_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ func TestValidRepo(t *testing.T) {
326326
{
327327
description: "Valid repository with a git:// protocol URL",
328328
// Note: git:// protocol cannot go through go-vcr - this will connect to internet
329-
repoURL: "git://git.infradead.org/mtd-utils.git",
329+
repoURL: "git://git.gnupg.org/gnupg.git",
330330
expectedResult: true,
331331
},
332332
{

0 commit comments

Comments
 (0)