mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 06:22:57 +00:00
Fix typo
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user