We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa417d5 commit cdfcd3dCopy full SHA for cdfcd3d
test/integration/models/vpc/test_vpc.py
@@ -105,7 +105,7 @@ def test_fails_update_subnet_invalid_data(create_vpc_with_subnet):
105
subnet.save()
106
107
assert excinfo.value.status == 400
108
- assert "Label must include only ASCII" in str(excinfo.value.json)
+ assert "Must only use ASCII" in str(excinfo.value.json)
109
110
111
def test_fails_create_subnet_with_invalid_ipv6_range(create_vpc):
0 commit comments