We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda433d commit ac95bbbCopy full SHA for ac95bbb
1 file changed
tests/test_web.py
@@ -81,7 +81,7 @@ def test_still_valid_refresh_token(oauth_client, mock_time):
81
82
def test_user_agent(oauth_client):
83
assert oauth_client._session.headers["user-agent"].startswith(
84
- f"Mopidy-Spotify/{mopidy_spotify.__version__}"
+ f"mopidy-spotify/{mopidy_spotify.__version__}"
85
)
86
87
0 commit comments