Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit e3a5230

Browse files
authored
Merge pull request #210 from triggermesh/test-quick-fix
IsLocal test fix
2 parents f12d77f + a15e98f commit e3a5230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/file/file_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func TestIsLocal(t *testing.T) {
3131
}{
3232
{"", false},
3333
{"/", true},
34-
{"../../testfiles/buildtemplate-test.yaml", true},
34+
{"../../testfiles/cfgfile-test.json", true},
3535
}
3636
for _, tc := range testCases {
3737
result := IsLocal(tc.path)

0 commit comments

Comments
 (0)