Skip to content

Commit

Permalink
ADCM-6280: small rename refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBalalan committed Jan 21, 2025
1 parent 2726f6d commit 147709b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
pytestmark = [pytest.mark.asyncio]


async def test_interaction_with_service(example_cluster: Cluster, three_hosts: list[Host]) -> None:
async def test_service(example_cluster: Cluster, three_hosts: list[Host]) -> None:
cluster = example_cluster
host_1, host_2, host_3 = sorted(three_hosts, key=lambda host: host.name)

Expand Down

0 comments on commit 147709b

Please sign in to comment.