Skip to content

Commit 199d47d

Browse files
authored
Accept True in stability test (#11932)
1 parent afbc266 commit 199d47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/stability/ydb/test_stability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def kikimr_driver_path():
4545

4646

4747
def is_deploy_cluster():
48-
return yatest.common.get_param("kikimr.ci.deploy_cluster", "false") == "true"
48+
return yatest.common.get_param("kikimr.ci.deploy_cluster", "false").lower() == "true"
4949

5050

5151
class TestSetupForStability(object):

0 commit comments

Comments
 (0)