diff --git a/tests/TextureControllerTest.php b/tests/TextureControllerTest.php index 32fe5588..2c15b583 100644 --- a/tests/TextureControllerTest.php +++ b/tests/TextureControllerTest.php @@ -250,6 +250,6 @@ class TextureControllerTest extends TestCase // Texture is deleted Storage::disk('textures')->delete($steve->hash); $this->get("/raw/{$steve->tid}.png") - ->see(trans('general.texture-deleted')); + ->assertResponseStatus(404); } }