Skip to content

Commit bd6e981

Browse files
authored
Upgrade the C++ client to 3.4.1 (#167)
1 parent d38c156 commit bd6e981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
cmake: 3.24.2
21-
pulsar-cpp: 3.3.0
21+
pulsar-cpp: 3.4.1
2222
pybind11: 2.10.1
2323
boost: 1.80.0
2424
protobuf: 3.20.0

tests/pulsar_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def test_auth_junk_params(self):
515515
authentication=Authentication(authPlugin, authParams),
516516
)
517517

518-
with self.assertRaises(pulsar.ConnectError):
518+
with self.assertRaises(pulsar.AuthenticationError):
519519
client.subscribe("my-python-topic-auth-junk-params", "my-sub", consumer_type=ConsumerType.Shared)
520520

521521
def test_message_listener(self):

0 commit comments

Comments
 (0)