Skip to content

Commit 61b1c89

Browse files
committed
Update the hash value for "Inertia"
1 parent a60f761 commit 61b1c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ResponseFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function test_the_version_can_be_a_closure(): void
117117

118118
$response = $this->withoutExceptionHandling()->get('/', [
119119
'X-Inertia' => 'true',
120-
'X-Inertia-Version' => 'b19a24ee5c287f42ee1d465dab77ab37',
120+
'X-Inertia-Version' => 'f445bd0a2c393a5af14fc677f59980a9',
121121
]);
122122

123123
$response->assertSuccessful();

0 commit comments

Comments
 (0)