We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136dee1 commit 1151455Copy full SHA for 1151455
tests/ansible/integration/context_service/disconnect_cleanup.yml
@@ -24,7 +24,7 @@
24
- mitogen_action_script:
25
script: |
26
self._connection._connect()
27
- result['dump'] = self._connection.parent.call_service(
+ result['dump'] = self._connection.get_binding().get_service_context().call_service(
28
service_name='ansible_mitogen.services.ContextService',
29
method_name='dump'
30
)
@@ -39,7 +39,7 @@
39
40
41
42
43
44
45
0 commit comments