diff --git a/tests/TenantAssetTest.php b/tests/TenantAssetTest.php index a3081cc0..248e7703 100644 --- a/tests/TenantAssetTest.php +++ b/tests/TenantAssetTest.php @@ -25,7 +25,7 @@ class TenantAssetTest extends TestCase // inaccessible via getContent, so ->assertSee() can't be used $this->assertFileExists($path); $response = $this->get(tenant_asset($filename)); - + $response->assertSuccessful(); $f = fopen($path, 'r');