We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566eb98 commit a270d37Copy full SHA for a270d37
tests/Http/HttpThrottleTest.php
@@ -25,6 +25,7 @@ public function test_http_failed_when_rate_limit_is_exceeded()
25
26
->assertStatus(429);
27
}
28
+
29
public function test_http_when_rate_limit_is_none()
30
{
31
config(['magiclink.rate_limit' => 'none']);
@@ -40,5 +41,4 @@ public function test_http_when_rate_limit_is_none()
40
41
$this->get($magiclink->url)
42
->assertStatus(200);
43
-
44
0 commit comments