diff --git a/api/tests/functional/_steps/SessionServerSteps.php b/api/tests/functional/_steps/SessionServerSteps.php index 346f127..c2015ae 100644 --- a/api/tests/functional/_steps/SessionServerSteps.php +++ b/api/tests/functional/_steps/SessionServerSteps.php @@ -22,6 +22,7 @@ class SessionServerSteps extends FunctionalTester { 'serverId' => $serverId, ]); + $this->seeResponseCodeIs(200); $this->canSeeResponseEquals('OK'); } else { $route->join([ @@ -31,6 +32,7 @@ class SessionServerSteps extends FunctionalTester { ]); $this->seeResponseCodeIs(204); + $this->canSeeResponseEquals(''); } return [$username, $serverId];