mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use the host that ec2.amazon.com is mapped to.
This commit is contained in:
parent
5d207a58b5
commit
5b2b6e826c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ pytestmark = [
|
|||
|
||||
@pytest.fixture(scope="module")
|
||||
def url(modules):
|
||||
return "ec2.amazon.com"
|
||||
return "rewrite.amazon.com"
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
|
|
Loading…
Add table
Reference in a new issue