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 c066d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Behat/Context/UserRegistrationContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public function addUserRegistrationConfiguration(PyStringNode $extraConfiguratio
{
$extraConfigurationString = str_replace(
'<userGroupContentId>',
$this->customUserGroup->id,
(string)$this->customUserGroup->id,
$extraConfigurationString
);

Expand Down

0 comments on commit c066d75

Please sign in to comment.