Skip to content

Commit ac95bbb

Browse files
committed
test: Update test affected by lowercasing of Extension.dist_name
1 parent eda433d commit ac95bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_still_valid_refresh_token(oauth_client, mock_time):
8181

8282
def test_user_agent(oauth_client):
8383
assert oauth_client._session.headers["user-agent"].startswith(
84-
f"Mopidy-Spotify/{mopidy_spotify.__version__}"
84+
f"mopidy-spotify/{mopidy_spotify.__version__}"
8585
)
8686

8787

0 commit comments

Comments
 (0)