Apply quokka single_node rule

This commit is contained in:
Claudio Ortolina
2025-05-28 19:50:06 +01:00
parent 774f1c82e5
commit ae34909c1f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ defmodule DiscogsTest do
expected_info =
Fixtures.Artist.get_artist()
Req.Test.stub(Discogs.API, fn conn = %{request_path: "/artists/discogs_id"} ->
Req.Test.stub(Discogs.API, fn %{request_path: "/artists/discogs_id"} = conn ->
Req.Test.json(conn, Fixtures.Artist.get_artist())
end)