Skip to content

Commit

Permalink
Fix typo in check_subctl_cli fixture (#9810)
Browse files Browse the repository at this point in the history
Signed-off-by: Sidhant Agrawal <[email protected]>
  • Loading branch information
sidhant-agrawal authored May 17, 2024
1 parent 976c516 commit 4dbb87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/disaster-recovery/regional-dr/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def pytest_collection_modifyitems(items):
@pytest.fixture(autouse=True)
def check_subctl_cli():
# Check whether subctl cli is present
if config.MULTICLUSER.get("multicluster_mode") != constants.RDR_MODE:
if config.MULTICLUSTER.get("multicluster_mode") != constants.RDR_MODE:
return
try:
run_cmd("./bin/subctl")
Expand Down

0 comments on commit 4dbb87e

Please sign in to comment.