Bump package versions
This commit is contained in:
parent
ea09aa7503
commit
2c2aaaa0ab
2 changed files with 196 additions and 193 deletions
383
composer.lock
generated
383
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -73,10 +73,6 @@ class DomainsTest extends TestCase
|
||||||
|
|
||||||
$response->assertStatus(200);
|
$response->assertStatus(200);
|
||||||
|
|
||||||
$this->assertDatabaseHas('domains', [
|
$this->assertEquals('SPF record not found. This could be due to DNS caching, please try again later.', $response->json('message'));
|
||||||
'user_id' => $this->user->id,
|
|
||||||
'domain' => 'example.com',
|
|
||||||
'domain_sending_verified_at' => $response->json('data')['domain_sending_verified_at']
|
|
||||||
]);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue