Start of processing packets - implemented PING Responce to Netmail
This commit is contained in:
@@ -28,15 +28,15 @@ class SiteAdminTest extends TestCase
|
||||
$this->get('ftn/zone')
|
||||
->assertRedirect('login');
|
||||
|
||||
$this->get('network/1')
|
||||
$this->get('network/999')
|
||||
->assertNotFound();
|
||||
|
||||
Domain::factory()->create([
|
||||
'id'=>1,
|
||||
'id'=>999,
|
||||
'name'=>'test',
|
||||
]);
|
||||
|
||||
$this->get('network/1')
|
||||
$this->get('network/999')
|
||||
->assertOK();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user