We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e358015 commit 3bffef5Copy full SHA for 3bffef5
specs/_common/user_provisioning_spec.py
@@ -46,4 +46,8 @@
46
47
ok, res = self.client.create_user(self.user_name)
48
expect((ok, res)).not_to(be_successful_api_call)
49
- expect(res).to(contain(f"User {self.user_name} already exists"))
+ expect(res).to(
50
+ contain(
51
+ "A user with the same email already exists for the same customer"
52
+ )
53
0 commit comments