aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/py/test_basic.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-08 01:40:10 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-08 01:40:10 +0200
commit7bf0ec6bc417da77a8d45ab91b5522c96a25e273 (patch)
tree0a4a230d3509e01183f7ca67aac07ed0567b0994 /test/py/test_basic.py
parenttest: verify that added runs are in the database (diff)
downloadcimple-7bf0ec6bc417da77a8d45ab91b5522c96a25e273.tar.gz
cimple-7bf0ec6bc417da77a8d45ab91b5522c96a25e273.zip
test: refactoring
Diffstat (limited to '')
-rw-r--r--test/py/test_basic.py2
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