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 ecb1a58 commit 4d4529eCopy full SHA for 4d4529e
nats-server/tests/test_server.py
@@ -521,7 +521,11 @@ async def test_run_store_dir_without_jetstream(tmp_path):
521
async def test_cluster_with_conflicting_config(tmp_path):
522
"""Test run_cluster with config that includes cluster settings."""
523
# The function should still work, merging config with generated cluster setup
524
- cluster = await run_cluster("tests/configs/jetstream.conf", jetstream=True, store_dir=str(tmp_path))
+ cluster = await run_cluster(
525
+ "tests/configs/jetstream.conf",
526
+ jetstream=True,
527
+ store_dir=str(tmp_path)
528
+ )
529
530
try:
531
assert len(cluster.servers) == 3
0 commit comments