Add option to do auth manually on headless server (#88)

This commit is contained in:
Tim Rae
2024-10-26 11:12:47 +02:00
committed by GitHub
parent 457da1724f
commit bcf2bbca0d
3 changed files with 9 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ def test_open_spotify_session(mocker):
"client_id": "test_client_id",
"client_secret": "test_client_secret",
"redirect_uri": "http://localhost/",
"open_browser": True,
}
# Create a mock SpotifyOAuth instance
@@ -41,6 +42,7 @@ def test_open_spotify_session(mocker):
client_secret="test_client_secret",
redirect_uri="http://localhost/",
requests_timeout=2,
open_browser=True,
)
# Assert that the Spotify instance was created