Skip to content

Commit

Permalink
update name of test
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberCharitos committed Jul 24, 2024
1 parent 8a65773 commit 7fa2851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_opensearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fa2851

Please sign in to comment.