Use built-in Req stub for LastFm tests

This commit is contained in:
Claudio Ortolina
2025-02-27 13:38:06 +00:00
parent 522b3034aa
commit 3d11cd585d
9 changed files with 58 additions and 53 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ defmodule LastFm.ConfigTest do
describe "resolve/1" do
test "reads data from application configuration" do
assert %LastFm.Config{
api: LastFm.APIMock,
api: LastFm.APIImpl,
api_key: api_key,
user: user,
auto_refresh: false,