diff --git a/internal/watcher/watcher_test.go b/internal/watcher/watcher_test.go index 721e4c6..f3b2bbd 100644 --- a/internal/watcher/watcher_test.go +++ b/internal/watcher/watcher_test.go @@ -54,7 +54,7 @@ func init() { return errIntentional } - config = cfg.NewConfig(false) + config = cfg.NewConfig("../../.env") } func sendTestEvents(w *watcher) {