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 534b5dd commit 9e7e93eCopy full SHA for 9e7e93e
scim2_tester/checkers/patch_add.py
@@ -191,7 +191,7 @@ def check_add_attribute(
191
context,
192
status=Status.ERROR,
193
reason=(
194
- f"Attribute '{urn}' was not added or has unexpected value"
+ f"Attribute '{urn}' was not added or has unexpected value\n"
195
f"Patched value: {patch_value}\n"
196
f"Returned value: {actual_value}"
197
),
scim2_tester/checkers/patch_replace.py
@@ -184,7 +184,7 @@ def check_replace_attribute(
184
185
186
187
- f"Attribute '{urn}' was not replaced or has unexpected value"
+ f"Attribute '{urn}' was not replaced or has unexpected value\n"
188
189
190
0 commit comments