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 97ed1c8 commit 44e38b6Copy full SHA for 44e38b6
tests/test__service_account_info.py
@@ -53,7 +53,7 @@ def test_from_dict_bad_private_key():
53
with pytest.raises(ValueError) as excinfo:
54
_service_account_info.from_dict(info)
55
56
- assert excinfo.match(r"key")
+ assert excinfo.match(r"(?i)(key|PEM)")
57
58
59
def test_from_dict_bad_format():
0 commit comments