This is an automated email from the ASF dual-hosted git repository.

kgiusti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new a350f7b  DISPATCH-1656: fix test to support older json version
a350f7b is described below

commit a350f7ba869885d51fecf31878676b7c633a7200
Author: Kenneth Giusti <kgiu...@apache.org>
AuthorDate: Thu May 28 14:43:11 2020 -0400

    DISPATCH-1656: fix test to support older json version
---
 tests/system_tests_open_properties.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/system_tests_open_properties.py 
b/tests/system_tests_open_properties.py
index ad53f90..723b8be 100644
--- a/tests/system_tests_open_properties.py
+++ b/tests/system_tests_open_properties.py
@@ -308,7 +308,7 @@ class OpenPropertiesBadConfigTest(TestCase):
         invalid_properties = [
             (
                 {9: "invalid key type"},
-                "Expecting property name enclosed in double quotes"
+                "Expecting property name"
             ),
             (
                 [1, 2, "not a map"],
@@ -324,7 +324,7 @@ class OpenPropertiesBadConfigTest(TestCase):
             ),
             (
                 {None: None},
-                "Expecting property name enclosed in double quotes"
+                "Expecting property name"
             ),
             (
                 {'product': "reserved keyword"},


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to