From d4585bcb671e1c6a8cfd08d0bdc884e05702e126 Mon Sep 17 00:00:00 2001 From: Bojan Serafimov Date: Mon, 30 May 2022 16:49:38 -0400 Subject: [PATCH] Fix typo --- test_runner/batch_others/test_ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/batch_others/test_ci.py b/test_runner/batch_others/test_ci.py index 9d2b96b821..97c15212cb 100644 --- a/test_runner/batch_others/test_ci.py +++ b/test_runner/batch_others/test_ci.py @@ -5,7 +5,7 @@ import time from fixtures.zenith_fixtures import ZenithEnvBuilder -@pytest.mark.parametrize('iteration', [range(100)]) +@pytest.mark.parametrize('iteration', list(range(100))) def test_timeout(zenith_env_builder: ZenithEnvBuilder, test_output_dir: str, iteration: int): env = zenith_env_builder.init_start()