Change network/ to domain/view/
This commit is contained in:
@@ -26,7 +26,7 @@ class SiteAdminTest extends TestCase
|
||||
$this->get('zone')
|
||||
->assertRedirect('login');
|
||||
|
||||
$this->get('network/999')
|
||||
$this->get('domain/view/999')
|
||||
->assertNotFound();
|
||||
|
||||
Domain::factory()->create([
|
||||
@@ -35,7 +35,7 @@ class SiteAdminTest extends TestCase
|
||||
'public'=>TRUE,
|
||||
]);
|
||||
|
||||
$this->get('network/999')
|
||||
$this->get('domain/view/999')
|
||||
->assertOK();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user