From 7fa2851db37a5bd5cbd7744133dfa1714ccf2194 Mon Sep 17 00:00:00 2001 From: Amber Charitos Date: Wed, 24 Jul 2024 11:59:27 +0100 Subject: [PATCH] update name of test --- tests/integration/test_opensearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_opensearch.py b/tests/integration/test_opensearch.py index 8fc904d..3151b48 100644 --- a/tests/integration/test_opensearch.py +++ b/tests/integration/test_opensearch.py @@ -170,7 +170,7 @@ async def deploy_ranger( class TestOpenSearch: """Integration tests for auditing Ranger charm.""" - async def test_ranger_ui(self, ops_test: OpsTest): + async def test_ranger_audits(self, ops_test: OpsTest): """Perform GET request on the Trino UI host.""" url = await get_unit_url( ops_test, application=APP_NAME, unit=0, port=6080