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 568eb1d commit a5d534cCopy full SHA for a5d534c
1 file changed
scim2_tester/checkers/resource_delete.py
@@ -30,9 +30,6 @@ def object_deletion(context: CheckContext, model: type[Resource[Any]]) -> CheckR
30
"""
31
test_obj = context.resource_manager.create_and_register(model)
32
33
- if test_obj in context.resource_manager.resources:
34
- context.resource_manager.resources.remove(test_obj)
35
-
36
if test_obj.id is not None:
37
context.client.delete(
38
model,
0 commit comments