fix environment_docker_test data path
This commit is contained in:
parent
5bba1c0d90
commit
27b397c712
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -39,6 +39,8 @@ wings.exe
|
||||||
# IDE/Editor files (VS Code)
|
# IDE/Editor files (VS Code)
|
||||||
/.vscode
|
/.vscode
|
||||||
|
|
||||||
|
# test files
|
||||||
|
test_*/
|
||||||
|
|
||||||
# Keep all gitkeep files (This needs to stay at the bottom)
|
# Keep all gitkeep files (This needs to stay at the bottom)
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
|
|
|
@ -15,7 +15,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func testServer() *ServerStruct {
|
func testServer() *ServerStruct {
|
||||||
viper.SetDefault(config.DataPath, "./data")
|
viper.SetDefault(config.DataPath, "./test_data")
|
||||||
return &ServerStruct{
|
return &ServerStruct{
|
||||||
ID: "testuuid-something-something",
|
ID: "testuuid-something-something",
|
||||||
Service: &Service{
|
Service: &Service{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user