Skip to content

Commit

Permalink
revert fixture type due to regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanhphan1147 committed Jan 5, 2024
1 parent 1b07a73 commit 2ff9a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async def server_unit_ip_fixture(jenkins_server_model: Model, jenkins_server: Ap
raise StopIteration("Invalid unit status") from exc


@pytest.fixture(scope="function", name="web_address")
@pytest_asyncio.fixture(scope="function", name="web_address")
async def web_address_fixture(server_unit_ip: str):
"""Get Jenkins machine server charm web address."""
return f"http://{server_unit_ip}:8080"
Expand Down

0 comments on commit 2ff9a8c

Please sign in to comment.