Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Shetty <[email protected]>
  • Loading branch information
mashetty330 committed Aug 14, 2024
1 parent 84859b9 commit 1524efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7952,7 +7952,7 @@ def setup_cnv(request):
"""
cnv_obj = CNVInstaller()
cnv_obj.deploy_cnv(check_cnv_deployed=True, check_cnv_ready=True)
cnv_obj.deploy_cnv(check_cnv_deployed=False, check_cnv_ready=False)

def finalizer():
"""
Expand Down

0 comments on commit 1524efa

Please sign in to comment.