fix email test

This commit is contained in:
Viktor Scharf
2024-09-20 14:33:22 +02:00
parent e79edddbf3
commit 0a3a1e2ee6

View File

@@ -124,6 +124,7 @@ class OcmContext implements Context {
$responseData = \json_decode($response->getBody()->getContents(), true, 512, JSON_THROW_ON_ERROR);
if (isset($responseData["token"])) {
$this->invitationToken = $responseData["token"];
print_r($this->invitationToken . " token");
}
return $response;
}