diff --git a/application/features/bootstrap/IdpIdBrokerIntegrationContext.php b/application/features/bootstrap/IdpIdBrokerIntegrationContext.php index 4004f3f..8682468 100644 --- a/application/features/bootstrap/IdpIdBrokerIntegrationContext.php +++ b/application/features/bootstrap/IdpIdBrokerIntegrationContext.php @@ -65,6 +65,7 @@ protected function generateDummyPassword() public function anActiveUserExists() { $newUser = $this->idBroker->createUser($this->testUserData); + Assert::assertTrue($newUser->getActive() === 'yes'); Assert::assertNotNull($newUser); }