diff --git a/nomad/service_test.go b/nomad/service_test.go index 2a40e96..ac4e60b 100644 --- a/nomad/service_test.go +++ b/nomad/service_test.go @@ -1,5 +1,10 @@ package nomad_test +import ( + "os" + "testing" +) + func TestMain(m *testing.M) { if os.Getenv("APP_ENV") == "" {