Skip to content

Commit 198be4f

Browse files
author
Shubham
committed
Fix action for --runsync flag
1 parent 873f639 commit 198be4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def sync_server():
9797

9898
def pytest_addoption(parser):
9999
parser.addoption(
100-
"--runsync", action="store_false", default=False, help="run Sync tests"
100+
"--runsync", action="store_true", default=False, help="run Sync tests"
101101
)
102102

103103

0 commit comments

Comments
 (0)