feat: change scheme

This commit is contained in:
2026-05-21 10:49:15 +02:00
parent 68d164ba61
commit 9d67a2c335
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 () {