diff --git a/test/oban/notifier_test.exs b/test/oban/notifier_test.exs index 2b9a8557..b16e137f 100644 --- a/test/oban/notifier_test.exs +++ b/test/oban/notifier_test.exs @@ -20,7 +20,7 @@ for notifier <- [Oban.Notifiers.Isolated, Oban.Notifiers.PG, Oban.Notifiers.Post end test "returning an error without a live notifier process" do - conf = Config.new(repo: Repo, notifier: @notifier) + conf = Config.new(name: make_ref(), repo: Repo, notifier: @notifier) assert {:error, %RuntimeError{}} = Notifier.notify(conf, :signal, %{}) end