remove ip whitelist inbound sms codes

This commit is contained in:
venusbb
2017-12-18 10:25:37 +00:00
parent 3015d4fc07
commit 568dcaa63d
4 changed files with 0 additions and 109 deletions

View File

@@ -23,7 +23,6 @@ from tests.app.conftest import sample_service
def firetext_post(client, data, auth=True, password='testkey'):
headers = [
('Content-Type', 'application/x-www-form-urlencoded'),
('X-Forwarded-For', '203.0.113.195, 70.41.3.18, 150.172.238.178')
]
if auth:
@@ -40,7 +39,6 @@ def firetext_post(client, data, auth=True, password='testkey'):
def mmg_post(client, data, auth=True, password='testkey'):
headers = [
('Content-Type', 'application/json'),
('X-Forwarded-For', '203.0.113.195, 70.41.3.18, 150.172.238.178')
]
if auth: