Use the host that ec2.amazon.com is mapped to.

This commit is contained in:
Gareth J. Greenaway 2022-09-20 12:56:11 -07:00
parent 5d207a58b5
commit 5b2b6e826c

View file

@ -11,7 +11,7 @@ pytestmark = [
@pytest.fixture(scope="module")
def url(modules):
return "ec2.amazon.com"
return "rewrite.amazon.com"
@pytest.fixture(scope="module")