refactor: hardcode Bowli mobile scheme
This commit is contained in:
@@ -43,8 +43,6 @@ it('creates one review per user for a meal post', function () {
|
||||
});
|
||||
|
||||
it('sends a push notification to the meal owner when another user comments on their meal', function () {
|
||||
config()->set('app.mobile_scheme', 'dailymeal');
|
||||
|
||||
Http::fake([
|
||||
'https://exp.host/*' => Http::response([
|
||||
'data' => [
|
||||
@@ -79,7 +77,7 @@ it('sends a push notification to the meal owner when another user comments on th
|
||||
'sound' => 'default',
|
||||
'channelId' => 'default',
|
||||
'data' => [
|
||||
'url' => "dailymeal://meals/{$mealPost->id}",
|
||||
'url' => "bowli://meals/{$mealPost->id}",
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user