Skip to content

Commit fbb6bec

Browse files
committed
add domain_urls
Signed-off-by: Emelia Lei <[email protected]>
1 parent 20d7a7b commit fbb6bec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/integration-tests/test_authn.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import threading
2222
import pytest
2323

24+
import blazingmq.dev.it.testconstants as tc
2425
from blazingmq.dev.paths import paths
2526
from blazingmq.dev.it.process.rawclient import RawClient
2627
from blazingmq.dev.it.process.admin import AdminClient
@@ -184,7 +185,10 @@ def test_default_anony_credential(single_node: Cluster) -> None:
184185
client.stop()
185186

186187

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:
188192
"""
189193
This test sends a negotiation request without prior authentication
190194
for a multi-node cluster.

0 commit comments

Comments
 (0)