diff options
Diffstat (limited to 'qpid/cpp/bindings/qmf/tests/python_agent.py')
-rw-r--r-- | qpid/cpp/bindings/qmf/tests/python_agent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf/tests/python_agent.py b/qpid/cpp/bindings/qmf/tests/python_agent.py index e22c80a813..28ba47e1bb 100644 --- a/qpid/cpp/bindings/qmf/tests/python_agent.py +++ b/qpid/cpp/bindings/qmf/tests/python_agent.py @@ -263,7 +263,7 @@ class App(qmf.AgentHandler): self._connection = qmf.Connection(self._settings) # Instantiate an Agent to serve me queries and method calls - self._agent = qmf.Agent(self) + self._agent = qmf.Agent(self, "agent_test_label") # Dynamically define the parent and child schemas, then # register them with the agent |