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 711e988 commit bcafe59Copy full SHA for bcafe59
1 file changed
scim2_tester/resource.py
@@ -147,7 +147,7 @@ def check_object_query_without_id(
147
return CheckResult(
148
conf,
149
status=Status.ERROR,
150
- reason=f"Could not find object {obj.__class__.__name__} with id : {response.detail}",
+ reason=f"Could not find object {obj.__class__.__name__} with id : {obj.id}",
151
data=response,
152
)
153
0 commit comments