Skip to content

Commit 92579b2

Browse files
committed
typo
1 parent 8108c69 commit 92579b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/settings-library/tests/test_ec2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_ec2_endpoint_invalid(monkeypatch: pytest.MonkeyPatch):
5656
assert err_info.value.error_count() == 1
5757
error = err_info.value.errors()[0]
5858

59-
assert error["loc"] == "EC2_ENDPOINT"
59+
assert error["loc"] == ("EC2_ENDPOINT",)
6060
assert error["type"] == "url_scheme"
6161

6262

0 commit comments

Comments
 (0)