diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-08 01:40:10 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-08 01:40:10 +0200 |
commit | 7bf0ec6bc417da77a8d45ab91b5522c96a25e273 (patch) | |
tree | 0a4a230d3509e01183f7ca67aac07ed0567b0994 /test/py/test_basic.py | |
parent | test: verify that added runs are in the database (diff) | |
download | cimple-7bf0ec6bc417da77a8d45ab91b5522c96a25e273.tar.gz cimple-7bf0ec6bc417da77a8d45ab91b5522c96a25e273.zip |
test: refactoring
Diffstat (limited to '')
-rw-r--r-- | test/py/test_basic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/test_basic.py b/test/py/test_basic.py index 9737552..7ac038c 100644 --- a/test/py/test_basic.py +++ b/test/py/test_basic.py @@ -65,5 +65,5 @@ def test_run_noop_server(server): pass -def test_run_noop_server_and_workers(server_and_workers): +def test_run_noop_server_and_workers(server, workers): pass |