Skip to content

Commit

Permalink
Merge branch 'search-audiobooks' of github.com:spotipy-dev/spotipy in…
Browse files Browse the repository at this point in the history
…to search-audiobooks
  • Loading branch information
stephanebruckert committed Jun 23, 2024
2 parents 32b23c6 + ed1ab15 commit 842993e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add your changes below.
- Added test_artist_id, test_artist_url, and test_artists_mixed_ids to non_user_endpoints test.py

### Fixed
-
- Audiobook integration tests

### Removed
- `mock` no longer listed as a test dependency. Only built-in `unittest.mock` is actually used.
Expand Down
2 changes: 0 additions & 2 deletions tests/integration/non_user_endpoints/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ class AuthTestSpotipy(unittest.TestCase):
heavyweight_ep1_url = 'https://open.spotify.com/episode/68kq3bNz6hEuq8NtdfwERG'
reply_all_ep1_urn = 'spotify:episode:1KHjbpnmNpFmNTczQmTZlR'

# The following audiobooks are currently available in the GB market
# but might not be in other markets
dune_urn = 'spotify:audiobook:7iHfbu1YPACw6oZPAFJtqe'
dune_id = '7iHfbu1YPACw6oZPAFJtqe'
dune_url = 'https://open.spotify.com/audiobook/7iHfbu1YPACw6oZPAFJtqe'
Expand Down

0 comments on commit 842993e

Please sign in to comment.