Tests: style.

This commit is contained in:
Andrei Zeliankou
2022-04-11 21:05:14 +01:00
parent aeed86c682
commit 0f72534660
36 changed files with 285 additions and 337 deletions

View File

@@ -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)