diff --git a/tests/acceptance/features/bootstrap/SpacesContext.php b/tests/acceptance/features/bootstrap/SpacesContext.php index c7c62e4960d..f1c2f6443be 100644 --- a/tests/acceptance/features/bootstrap/SpacesContext.php +++ b/tests/acceptance/features/bootstrap/SpacesContext.php @@ -711,7 +711,7 @@ public function theUserCreatesASpaceWithQuotaUsingTheGraphApi( $this->featureContext->getStepLineRef() ); $this->featureContext->setResponse($response); - if ($response->getStatusCode() === '201') { + if ($response->getStatusCode() === 201) { $this->addCreatedSpace($user, $response); } }