Skip to content

Commit 85b5494

Browse files
committed
Fixup!
1 parent 3fa3ba5 commit 85b5494

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/fiaas_deploy_daemon/crd/test_crd_watcher.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,11 @@ def test_deploy(
224224
assert deployer_event == DeployerEvent(deployer_event_type, app_spec, None)
225225
assert deploy_queue.empty()
226226

227-
def test_delete(self, deploy_queue, watcher):
227+
def test_delete(self, crd_watcher, deploy_queue, watcher):
228228
watcher.watch.return_value = [WatchEvent(DELETED_EVENT, FiaasApplication)]
229229

230+
crd_watcher._watch(None)
231+
230232
assert deploy_queue.empty()
231233

232234
@pytest.mark.parametrize("namespace", [None, "default"])

0 commit comments

Comments
 (0)