summaryrefslogtreecommitdiffhomepage
path: root/test/test_ruby_hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ruby_hooks.py')
-rw-r--r--test/test_ruby_hooks.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_ruby_hooks.py b/test/test_ruby_hooks.py
index 20980ad7..b4a79ebb 100644
--- a/test/test_ruby_hooks.py
+++ b/test/test_ruby_hooks.py
@@ -81,7 +81,10 @@ class TestRubyHooks(TestApplicationRuby):
threads = 1
self.load(
- 'hooks', processes=processes, threads=threads, hooks='multiple.rb',
+ 'hooks',
+ processes=processes,
+ threads=threads,
+ hooks='multiple.rb',
)
hooked = self._wait_cookie('worker_boot.*', processes)