neues Admin UI Layout eingeführt. Alle Tests auf den neusten Stand gebracht.
This commit is contained in:
@@ -50,7 +50,8 @@ class RevenueCatWebhookTest extends TestCase
|
||||
]);
|
||||
|
||||
$response->assertStatus(400)
|
||||
->assertJson(['error' => 'Invalid signature']);
|
||||
->assertJsonPath('error.code', 'signature_invalid')
|
||||
->assertJsonPath('error.title', 'Invalid Signature');
|
||||
|
||||
Bus::assertNotDispatched(ProcessRevenueCatWebhook::class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user