diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/api_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/api_test.go b/api/api_test.go index bea949ad2..2ef4e196d 100644 --- a/api/api_test.go +++ b/api/api_test.go @@ -19,6 +19,8 @@ func Setup() { StartServer() InitApi() Client = model.NewClient("http://localhost" + utils.Cfg.ServiceSettings.ListenAddress) + + Srv.Store.MarkSystemRanUnitTests() } } |