diff --git a/tests/validators/test_dict.py b/tests/validators/test_dict.py index 331e55d9f..9cccbb5f6 100644 --- a/tests/validators/test_dict.py +++ b/tests/validators/test_dict.py @@ -183,10 +183,10 @@ def __len__(self): 'loc': [], 'message': ( 'Unable to convert mapping to a dictionary, error: ' - 'ValueError: Expected tuple of length 2, but got tuple of length 1.' + 'ValueError: expected tuple of length 2, but got tuple of length 1' ), 'input_value': HasRepr(IsStr(regex='.+BadMapping object at.+')), - 'context': {'error': 'ValueError: Expected tuple of length 2, but got tuple of length 1.'}, + 'context': {'error': 'ValueError: expected tuple of length 2, but got tuple of length 1'}, } ]