changed name of test fixture

This commit is contained in:
venusbb
2017-07-11 09:33:56 +01:00
parent 226ae5784b
commit 6b650c6d96

View File

@@ -201,7 +201,7 @@ def test_redis_config():
@pytest.mark.usefixtures('os_environ', 'cloudfoundry_environ')
def test_sms_config():
def test_sms_inbound_config():
extract_cloudfoundry_config()
assert os.environ['SMS_INBOUND_WHITELIST'] == ['111.111.111.111', '100.100.100.100']