This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
commit 94f4b567dbdf04261be35a7ae8174aa0deb06853 Author: Ganesh Murthy <[email protected]> AuthorDate: Thu Mar 9 18:08:50 2023 -0500 DISPATCH-2356: Remove integer offered capability values from test_50_extension_capabilities The AMQP standard requires that there be symbol array or a single symbol (#985) (cherry picked from commit 2a85d02202e6401b9e2df5dbb2e1808386a8cc1a) --- tests/system_tests_one_router.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/system_tests_one_router.py b/tests/system_tests_one_router.py index 25ec109b..287cb9d3 100644 --- a/tests/system_tests_one_router.py +++ b/tests/system_tests_one_router.py @@ -734,7 +734,6 @@ class OneRouterTest(TestCase): """ client_caps = [symbol("single"), ["A", "B", "C"], - [9, 10, 11], [], None] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
