Fix test
This commit is contained in:
parent
11b6078c57
commit
9700bf11e3
@ -264,7 +264,7 @@ class TextureControllerTest extends TestCase
|
||||
$this->get("/raw/{$steve->tid}.png")->assertNotFound();
|
||||
|
||||
// Disallow downloading texture directly
|
||||
config(['allow_downloading_texture' => false]);
|
||||
option(['allow_downloading_texture' => false]);
|
||||
$this->get("/raw/{$steve->tid}.png")->assertNotFound();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user