You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integration tests currently talk to Spotify, which means they need credentials passed in via flags.
I'd like tests to be automated. We can accomplish this by either automating the process of passing test credentials (maybe through an environment variable secret? We still have to handle refreshing.) or by mocking out the requests and unit testing instead.
The text was updated successfully, but these errors were encountered:
Integration tests currently talk to Spotify, which means they need credentials passed in via flags.
I'd like tests to be automated. We can accomplish this by either automating the process of passing test credentials (maybe through an environment variable secret? We still have to handle refreshing.) or by mocking out the requests and unit testing instead.
The text was updated successfully, but these errors were encountered: