Skip to content

Commit

Permalink
test: onboarding test
Browse files Browse the repository at this point in the history
  • Loading branch information
rglauco committed Dec 13, 2023
1 parent f856465 commit 75be604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spid_cie_oidc/onboarding/tests/test_01_onboarding.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_onboarding_registration(self, mocked):
res = client.get(url, self.data)
self.assertEqual(res.status_code, 200)
res = client.post(url, self.data)
print(res.content.decode())
self.assertFormError(
res, "form", "organization_name", "Enter your organization name"
)
Expand Down

0 comments on commit 75be604

Please sign in to comment.