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)
|
||||
/.vscode
|
||||
|
||||
# test files
|
||||
test_*/
|
||||
|
||||
# Keep all gitkeep files (This needs to stay at the bottom)
|
||||
!.gitkeep
|
||||
|
|
|
@ -15,7 +15,7 @@ import (
|
|||
)
|
||||
|
||||
func testServer() *ServerStruct {
|
||||
viper.SetDefault(config.DataPath, "./data")
|
||||
viper.SetDefault(config.DataPath, "./test_data")
|
||||
return &ServerStruct{
|
||||
ID: "testuuid-something-something",
|
||||
Service: &Service{
|
||||
|
|
Loading…
Reference in New Issue
Block a user