X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tests%2Funit%2Ftest_watcher.py;h=4bb707f9e505cb722ed6f5653425b6767536b971;hb=7c167626f2692556b1fe073f87150f54a8c9910a;hp=5b1f5b4a9fa91665edb57bd5adf67f5bdd8c4128;hpb=2e17b150a5df5ecd11cf668e7cccea021a03ab7b;p=pti%2Fo2.git diff --git a/tests/unit/test_watcher.py b/tests/unit/test_watcher.py index 5b1f5b4..4bb707f 100644 --- a/tests/unit/test_watcher.py +++ b/tests/unit/test_watcher.py @@ -136,12 +136,12 @@ def create_fake_bus(uow): publish: Callable): return - fakeuow = FakeUnitOfWork() + # fakeuow = FakeUnitOfWork() handlers.EVENT_HANDLERS = {} handlers.COMMAND_HANDLERS = { commands.UpdateOCloud: update_ocloud, } - bus = bootstrap.bootstrap(False, fakeuow) + bus = bootstrap.bootstrap(False, uow) return bus