From 422fedf9cdb7342c593f4f698f420f94b12fd8e1 Mon Sep 17 00:00:00 2001 From: Urko Date: Thu, 9 Mar 2023 13:28:27 +0100 Subject: [PATCH] fix: test --- internal/watcher/watcher_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {