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

Commit

Permalink
Put testdata together with test cases (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix authored Sep 8, 2020
1 parent 6e2c136 commit 581d63d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/executioncluster/impl/random_cluster_selector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func initTestConfig(fileName string) error {
}

configAccessor := viper.NewAccessor(config.Options{
SearchPaths: []string{filepath.Join(pwd, "../testdata", fileName)},
SearchPaths: []string{filepath.Join(pwd, "testdata", fileName)},
StrictMode: false,
})
return configAccessor.UpdateConfig(context.Background())
Expand Down

0 comments on commit 581d63d

Please sign in to comment.