Skip to content

Commit

Permalink
rework internal com based on XML-RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
julien6387 authored Apr 18, 2024
1 parent c0fcc7a commit 2b618d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supvisors/tests/test_supervisorproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def test_proxy_run_exception_remote(mocker, supvisors, proxy_thread):
time.sleep(1.0)
assert not proxy_thread.is_alive()
assert mocked_push.call_args_list == [call((('10.0.0.1', ('10.0.0.1', 65000)),
(NotificationHeaders.INSTANCE_FAILURE.value,)))]
(NotificationHeaders.INSTANCE_FAILURE.value, None)))]


def test_proxy_run(mocker, proxy_thread):
Expand Down

0 comments on commit 2b618d0

Please sign in to comment.