feat: change scheme
This commit is contained in:
@@ -46,7 +46,7 @@ it('redirects the strava web callback to the mobile app', function () {
|
||||
|
||||
$this
|
||||
->get("/strava/callback?{$query}")
|
||||
->assertRedirect("bowli://strava/callback?{$query}");
|
||||
->assertRedirect("bowly://strava/callback?{$query}");
|
||||
});
|
||||
|
||||
it('stores strava tokens from an authorization code', function () {
|
||||
|
||||
Reference in New Issue
Block a user