diff options
Diffstat (limited to 'python/tests/codec.py')
-rw-r--r-- | python/tests/codec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/codec.py b/python/tests/codec.py index e23c3deca1..4bd3675af8 100644 --- a/python/tests/codec.py +++ b/python/tests/codec.py @@ -59,7 +59,7 @@ SPEC = None def spec(): global SPEC if SPEC == None: - SPEC = load(testrunner.get_spec_file("amqp.0-10-preview.xml")) + SPEC = load(testrunner.get_spec_file("amqp.0-8.xml")) return SPEC # -------------------------------------- |