Update tests for TextureController::raw
This commit is contained in:
parent
df8381b7c6
commit
c92f86d602
|
|
@ -250,6 +250,6 @@ class TextureControllerTest extends TestCase
|
||||||
// Texture is deleted
|
// Texture is deleted
|
||||||
Storage::disk('textures')->delete($steve->hash);
|
Storage::disk('textures')->delete($steve->hash);
|
||||||
$this->get("/raw/{$steve->tid}.png")
|
$this->get("/raw/{$steve->tid}.png")
|
||||||
->see(trans('general.texture-deleted'));
|
->assertResponseStatus(404);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user