Skip to content

Commit

Permalink
Update FleetDispatchAttackTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lanedirt committed Dec 16, 2024
1 parent 7fc57f3 commit 47ee4e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Feature/FleetDispatch/FleetDispatchAttackTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,8 @@ public function testLargeScaleAttackMoonCreationWithinAttempts(): void
if (!$moonCreated) {
// Reset the test state
$this->reloadApplication();
$this->basicSetup();
// Do a request to get a new CSRF token
$this->get('/overview');
}
}

Expand Down

0 comments on commit 47ee4e5

Please sign in to comment.