From ec21505fea9bbc1f2c4308e4d12868634a291afa Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 3 Apr 2017 11:56:41 -0400 Subject: [PATCH] update test to fact that logger port is not required --- awx/main/tests/functional/api/test_settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/tests/functional/api/test_settings.py b/awx/main/tests/functional/api/test_settings.py index dc887826d2..f10daf5162 100644 --- a/awx/main/tests/functional/api/test_settings.py +++ b/awx/main/tests/functional/api/test_settings.py @@ -197,7 +197,6 @@ def test_logging_aggregrator_connection_test_requires_superuser(get, post, alice @pytest.mark.parametrize('key', [ 'LOG_AGGREGATOR_TYPE', 'LOG_AGGREGATOR_HOST', - 'LOG_AGGREGATOR_PORT', ]) @pytest.mark.django_db def test_logging_aggregrator_connection_test_bad_request(get, post, admin, key):