We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58420a7 commit aa08e76Copy full SHA for aa08e76
1 file changed
tests/test_requests.py
@@ -52,5 +52,4 @@ def test_update_user_update_govt() -> None:
52
}
53
with pytest.raises(ValueError) as ex:
54
UserUpdateRequest(**govt_id)
55
-
56
assert 'uri_back must be provided for type ine' in str(ex.value)
0 commit comments