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 2ac5008 commit ea944b3Copy full SHA for ea944b3
doc/tutorial.rst
@@ -42,6 +42,4 @@ As :class:`~scim2_client.engines.werkzeug.TestSCIMClient` relies on :doc:`Werkze
42
def test_scim_tester():
43
app = create_app(...)
44
client = TestSCIMClient(app=app, scim_prefix="/scim/v2", resource_models=(User, Group))
45
- results = check_server(client, raise_exceptions=True)
46
- for result in results:
47
- assert result.status == Status.SUCCESS
+ check_server(client, raise_exceptions=True)
0 commit comments