summaryrefslogtreecommitdiff
path: root/qpid/python/qmf2/tests/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/python/qmf2/tests/events.py')
-rw-r--r--qpid/python/qmf2/tests/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/qmf2/tests/events.py b/qpid/python/qmf2/tests/events.py
index 9a96fbd9a4..e55dc8572e 100644
--- a/qpid/python/qmf2/tests/events.py
+++ b/qpid/python/qmf2/tests/events.py
@@ -114,7 +114,7 @@ class _agentApp(Thread):
QmfEvent.SEV_WARNING,
{"prop-1": counter,
"prop-2": str(datetime.datetime.utcnow())},
- _schema=self.schema)
+ _schema_id=self.schema.get_class_id())
counter += 1
self.agent.raise_event(event)
wi = self.agent.get_next_workitem(timeout=0)