fix environment_docker_test data path

This commit is contained in:
Jakob Schrettenbrunner 2018-04-01 23:41:45 +02:00
parent 5bba1c0d90
commit 27b397c712
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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{