We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f212dde commit 3fcf900Copy full SHA for 3fcf900
vulnfeeds/git/repository_test.go
@@ -326,7 +326,7 @@ func TestValidRepo(t *testing.T) {
326
{
327
description: "Valid repository with a git:// protocol URL",
328
// Note: git:// protocol cannot go through go-vcr - this will connect to internet
329
- repoURL: "git://git.infradead.org/mtd-utils.git",
+ repoURL: "git://git.gnupg.org/gnupg.git",
330
expectedResult: true,
331
},
332
0 commit comments