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 a60f761 commit 61b1c89Copy full SHA for 61b1c89
tests/ResponseFactoryTest.php
@@ -117,7 +117,7 @@ public function test_the_version_can_be_a_closure(): void
117
118
$response = $this->withoutExceptionHandling()->get('/', [
119
'X-Inertia' => 'true',
120
- 'X-Inertia-Version' => 'b19a24ee5c287f42ee1d465dab77ab37',
+ 'X-Inertia-Version' => 'f445bd0a2c393a5af14fc677f59980a9',
121
]);
122
123
$response->assertSuccessful();
0 commit comments