diff --git a/tests/adapter_tests/subsonic_adapter_tests.py b/tests/adapter_tests/subsonic_adapter_tests.py index 3f93e3f..7bc969f 100644 --- a/tests/adapter_tests/subsonic_adapter_tests.py +++ b/tests/adapter_tests/subsonic_adapter_tests.py @@ -112,12 +112,7 @@ def test_plain_auth_logic(adapter: SubsonicAdapter): def test_salt_auth_logic(salt_auth_adapter: SubsonicAdapter): - expected = { - "u": "test", - "c": "Sublime Music", - "f": "json", - "v": "1.15.0", - } + expected = {"u": "test", "c": "Sublime Music", "f": "json", "v": "1.8.0"} params = salt_auth_adapter._get_params() assert "p" not in params