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

View File

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