Skip to content

Commit 0c8372a

Browse files
authored
Reverts assertOk change (#6303)
1 parent 705f97c commit 0c8372a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/ExampleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public function test_the_application_returns_a_successful_response(): void
1414
{
1515
$response = $this->get('/');
1616

17-
$response->assertOk();
17+
$response->assertStatus(200);
1818
}
1919
}

0 commit comments

Comments
 (0)