Domains need to be public to be seen

This commit is contained in:
Deon George 2021-08-19 23:42:39 +10:00
parent 9f762a642c
commit 5243fabd63
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class SiteAdminTest extends TestCase
Domain::factory()->create([
'id'=>999,
'name'=>'test',
'public'=>TRUE,
]);
$this->get('network/999')