Skip to content

Commit 581d63d

Browse files
authored
Put testdata together with test cases (flyteorg#123)
1 parent 6e2c136 commit 581d63d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pkg/executioncluster/impl/random_cluster_selector_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func initTestConfig(fileName string) error {
3636
}
3737

3838
configAccessor := viper.NewAccessor(config.Options{
39-
SearchPaths: []string{filepath.Join(pwd, "../testdata", fileName)},
39+
SearchPaths: []string{filepath.Join(pwd, "testdata", fileName)},
4040
StrictMode: false,
4141
})
4242
return configAccessor.UpdateConfig(context.Background())

0 commit comments

Comments
 (0)