From 87b96027c462dfef500903986190139ebc653345 Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Wed, 10 Oct 2018 07:01:44 +0200 Subject: [PATCH] Fix failing TestRegisteredHooks.test_hooks unit test --- unit_tests/test_octavia_handlers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unit_tests/test_octavia_handlers.py b/unit_tests/test_octavia_handlers.py index 7a416fd1..c93306cf 100644 --- a/unit_tests/test_octavia_handlers.py +++ b/unit_tests/test_octavia_handlers.py @@ -37,11 +37,11 @@ class TestRegisteredHooks(test_utils.TestRegisteredHooks): 'when': { 'render': ('shared-db.available', 'identity-service.available', - 'amqp.available'), - 'init_db': ('config.rendered'), + 'amqp.available',), + 'init_db': ('config.rendered',), }, 'when_not': { - 'init_db': ('db.synced'), + 'init_db': ('db.synced',), }, } # test that the hooks were registered via the