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 d9d9f52 commit 81f0624
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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 81f0624

Please sign in to comment.