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
I keep getting locked out of my strava account because I accept permissions over and over during functional tests. Let's have the test user start out authorized, with a token in the database. There should be only one test hitting the strava auth screen.
I think this will involve modifying the app that's running in the other thread, or at least the state of its in-memory database.
I keep getting locked out of my strava account because I accept permissions over and over during functional tests. Let's have the test user start out authorized, with a token in the database. There should be only one test hitting the strava auth screen.
I think this will involve modifying the app that's running in the other thread, or at least the state of its in-memory database.
I think stravalib has implemented something like this; check over there.
The text was updated successfully, but these errors were encountered: