Flip when we test passthru.
This commit is contained in:
parent
11506e21d5
commit
2a0df1e1a8
@ -14,7 +14,7 @@ def test_passthrough_requests():
|
||||
assert res.status_code == 200
|
||||
|
||||
|
||||
if settings.TEST_SERVER_MODE:
|
||||
if not settings.TEST_SERVER_MODE:
|
||||
@mock_sqs
|
||||
def test_requests_to_amazon_subdomains_dont_work():
|
||||
res = requests.get("https://fakeservice.amazonaws.com/foo/bar")
|
||||
|
Loading…
Reference in New Issue
Block a user