diff --git a/tests/app/test_cloudfoundry_config.py b/tests/app/test_cloudfoundry_config.py index 204c7262e..1c1bf3271 100644 --- a/tests/app/test_cloudfoundry_config.py +++ b/tests/app/test_cloudfoundry_config.py @@ -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']