diff --git a/test/integration/simple_integration_test.exs b/test/integration/simple_integration_test.exs index 9ca28e7..62b54cd 100644 --- a/test/integration/simple_integration_test.exs +++ b/test/integration/simple_integration_test.exs @@ -15,7 +15,7 @@ defmodule AprsmeWeb.SimpleIntegrationTest do setup do :ok = Sandbox.checkout(Aprsme.Repo) Sandbox.mode(Aprsme.Repo, {:shared, self()}) - + {:ok, %{}} end