mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
update test to fact that logger port is not required
This commit is contained in:
@@ -197,7 +197,6 @@ def test_logging_aggregrator_connection_test_requires_superuser(get, post, alice
|
|||||||
@pytest.mark.parametrize('key', [
|
@pytest.mark.parametrize('key', [
|
||||||
'LOG_AGGREGATOR_TYPE',
|
'LOG_AGGREGATOR_TYPE',
|
||||||
'LOG_AGGREGATOR_HOST',
|
'LOG_AGGREGATOR_HOST',
|
||||||
'LOG_AGGREGATOR_PORT',
|
|
||||||
])
|
])
|
||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
def test_logging_aggregrator_connection_test_bad_request(get, post, admin, key):
|
def test_logging_aggregrator_connection_test_bad_request(get, post, admin, key):
|
||||||
|
|||||||
Reference in New Issue
Block a user