We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d7a7b commit fbb6becCopy full SHA for fbb6bec
src/integration-tests/test_authn.py
@@ -21,6 +21,7 @@
21
import threading
22
import pytest
23
24
+import blazingmq.dev.it.testconstants as tc
25
from blazingmq.dev.paths import paths
26
from blazingmq.dev.it.process.rawclient import RawClient
27
from blazingmq.dev.it.process.admin import AdminClient
@@ -184,7 +185,10 @@ def test_default_anony_credential(single_node: Cluster) -> None:
184
185
client.stop()
186
187
-def test_default_anony_credential_multi(multi_node: Cluster) -> None:
188
+def test_default_anony_credential_multi(
189
+ multi_node: Cluster,
190
+ sc_domain_urls: tc.DomainUrls, # pylint: disable=unused-argument
191
+) -> None:
192
"""
193
This test sends a negotiation request without prior authentication
194
for a multi-node cluster.
0 commit comments