mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Fix sessionserver/join endpoint: return empty response with 204 status code on success join
This commit is contained in:
@@ -30,7 +30,7 @@ class SessionServerSteps extends FunctionalTester {
|
||||
'serverId' => $serverId,
|
||||
]);
|
||||
|
||||
$this->canSeeResponseContainsJson(['id' => 'OK']);
|
||||
$this->seeResponseCodeIs(204);
|
||||
}
|
||||
|
||||
return [$username, $serverId];
|
||||
|
Reference in New Issue
Block a user