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 8108c69 commit 92579b2Copy full SHA for 92579b2
packages/settings-library/tests/test_ec2.py
@@ -56,7 +56,7 @@ def test_ec2_endpoint_invalid(monkeypatch: pytest.MonkeyPatch):
56
assert err_info.value.error_count() == 1
57
error = err_info.value.errors()[0]
58
59
- assert error["loc"] == "EC2_ENDPOINT"
+ assert error["loc"] == ("EC2_ENDPOINT",)
60
assert error["type"] == "url_scheme"
61
62
0 commit comments