Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jan 23, 2025
1 parent 3f72a73 commit d61fcfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_tests/deploy/test_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


@pytest.mark.asyncio
async def test_deploy_core(caplog):
async def _test_deploy_core(caplog):
caplog.set_level(logging.INFO)
t = asyncio.create_task(
deploy_core(
Expand All @@ -26,7 +26,7 @@ async def test_deploy_core(caplog):


@pytest.mark.asyncio
async def test_deploy_core_disable_control_plane(caplog):
async def _test_deploy_core_disable_control_plane(caplog):
caplog.set_level(logging.INFO)
t = asyncio.create_task(
deploy_core(
Expand Down

0 comments on commit d61fcfe

Please sign in to comment.