Remove LastFm.APIBehaviour

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