diff --git a/tests/Feature/FleetDispatch/FleetDispatchAttackTest.php b/tests/Feature/FleetDispatch/FleetDispatchAttackTest.php index eda58a4f..4f0e42c4 100644 --- a/tests/Feature/FleetDispatch/FleetDispatchAttackTest.php +++ b/tests/Feature/FleetDispatch/FleetDispatchAttackTest.php @@ -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'); } }