diff --git a/tests/integration/test_rpc_client.py b/tests/integration/test_rpc_client.py index f9cf6a3d..5d6d6fc1 100644 --- a/tests/integration/test_rpc_client.py +++ b/tests/integration/test_rpc_client.py @@ -426,8 +426,8 @@ def test_quota( assert props["quotals_urldescrip"] == "Learn more" with subtests.test(msg="completeCount"): - if server_version < (6, 8, 2): - pytest.xfail("completeCount is not supported in LimeSurvey < 6.8.2") + if server_version < (6, 9, 0): + pytest.xfail("completeCount is not supported in LimeSurvey < 6.9.0") props = client.get_quota_properties(quota_id) assert int(props["completeCount"]) == 0