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 bcafe59 commit 50e548bCopy full SHA for 50e548b
1 file changed
scim2_tester/utils.py
@@ -57,7 +57,7 @@ class CheckResult:
57
58
def __post_init__(self):
59
if self.conf.raise_exceptions and self.status == Status.ERROR:
60
- raise SCIMTesterError(self.title, self)
+ raise SCIMTesterError(self.reason, self)
61
62
63
def checker(func):
0 commit comments