Skip to content

Commit

Permalink
Corrected tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszdebinski committed Jul 21, 2023
1 parent 5cf3d53 commit 92a6096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/Behat/Context/UserRegistrationContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ public function addUserRegistrationConfiguration(PyStringNode $extraConfiguratio
{
$extraConfigurationString = str_replace(
'<userGroupContentId>',
$this->customUserGroup->id,
$extraConfigurationString
(string)$this->customUserGroup->id,
$extraConfigurationString->getRaw()
);

$this->yamlConfigurationContext->addConfiguration(Yaml::parse($extraConfigurationString));
Expand Down

0 comments on commit 92a6096

Please sign in to comment.