diff --git a/tests/DownloadControllerTest.php b/tests/DownloadControllerTest.php index 76e6544..35ca8a1 100644 --- a/tests/DownloadControllerTest.php +++ b/tests/DownloadControllerTest.php @@ -161,7 +161,7 @@ class DownloadControllerTest extends ControllerTest */ public function testDownloadWithMissingPassword() { - $this->assertRequestIsRedirect('download', ['url' => 'http://vimeo.com/68375962']); + $this->assertRequestIsClientError('download', ['url' => 'http://vimeo.com/68375962']); } /**