Skip to content

Commit

Permalink
fix: test with dot
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Feb 2, 2022
1 parent f41b006 commit 79233e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test-e2e:
go test --tags=e2e -v ./test/e2e

test-integration:
go test --tags=integration -v ./...
go test -failfast --tags=integration -v ./...


test-e2e-namespace:
Expand Down
2 changes: 1 addition & 1 deletion pkg/executor/content/fetcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestFetcher(t *testing.T) {
content := &testkube.ScriptContent{
Type_: string(testkube.ScriptContentTypeGitDir),
Repository: testkube.NewGitRepository("https://github.com/kubeshop/testkube-examples.git", "main").
WithPath("."),
WithPath(""),
}

path, err := f.Fetch(content)
Expand Down

0 comments on commit 79233e9

Please sign in to comment.