-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PAY-2714] track_added_to_purchased_album noti test #8616
Conversation
|
stream_conditions=playlist_meta.get("stream_conditions", None), | ||
) | ||
session.add(playlist) | ||
for i, playlist_track_meta in enumerate(playlist_tracks): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we be populating this from the playlist_contents
fields in the playlists instead? seems annoying to have to manually populate both tables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm potentially... but i feel like there might be cases where we'd want separate control. kinda in favor of just sticking to existing patterns? most tests will explicitly use or not use playlist_tracks
i think.
Description
Add a test for the new notification type. Used
test_usdc_purchase_notification
as a template + renamed a misnamed test there.How Has This Been Tested?
Test passes locally.