Skip to content

Commit

Permalink
test: enforce branch on test repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jrangelramos committed Oct 10, 2024
1 parent 8e51630 commit 08f42ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/oncluster/scenario_remote-repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TestRemoteRepository(t *testing.T) {
knFunc.Exec("create",
"--language", "go",
"--template", "testhello",
"--repository", gitRepoUrl,
"--repository", gitRepoUrl+"#main", // let's enforce branch (avoid failure on CI PROW)
funcPath)

knFunc.SourceDir = funcPath
Expand Down

0 comments on commit 08f42ba

Please sign in to comment.