Skip to content

Commit

Permalink
Update PlanetAbandonTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lanedirt committed May 17, 2024
1 parent 3b786a5 commit 01c4e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/PlanetAbandonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function testFirstPlanetAbandonFail(): void

// Attempt to abandon the only remaining planet.
$response = $this->post('/ajax/planet-abandon/abandon', [
'planet_id' => $this->planetService->getPlanetId(),
'_token' => csrf_token(),
'password' => 'password',
]);
$response->assertStatus(500);
Expand Down

0 comments on commit 01c4e04

Please sign in to comment.