style: format to length 100
This commit is contained in:
@@ -38,9 +38,7 @@ def test_data_collection_exception_default_message():
|
||||
|
||||
|
||||
def test_authentication_exception_properties():
|
||||
exc = AuthenticationException(
|
||||
"Failed", status_code=403, code=AuthErrorCode.FORBIDDEN
|
||||
)
|
||||
exc = AuthenticationException("Failed", status_code=403, code=AuthErrorCode.FORBIDDEN)
|
||||
assert exc.status_code == 403
|
||||
assert exc.code == AuthErrorCode.FORBIDDEN
|
||||
assert "Failed" in str(exc)
|
||||
|
||||
Reference in New Issue
Block a user