From 091aa4ef6b292867b9e5f21ca51b025a2ddbacae Mon Sep 17 00:00:00 2001 From: Hugo Caillard <911307+hugocaillard@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:51:55 +0100 Subject: [PATCH] tests: fix fixtures --- examples/new-network.example.json | 1 - src/tests/fixtures/network-manifest.yaml | 3 +-- src/tests/fixtures/stacks-devnet-config.json | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/new-network.example.json b/examples/new-network.example.json index 5a082bd..49710b2 100644 --- a/examples/new-network.example.json +++ b/examples/new-network.example.json @@ -239,7 +239,6 @@ "stacks_node_rpc_port": 20443, "stacks_node_wait_time_for_microblocks": 50, "stacks_node_first_attempt_time_ms": 500, - "stacks_node_subsequent_attempt_time_ms": 1000, "stacks_node_events_observers": [], "stacks_node_env_vars": [], "stacks_api_port": 3999, diff --git a/src/tests/fixtures/network-manifest.yaml b/src/tests/fixtures/network-manifest.yaml index 5f1654f..c1821f3 100644 --- a/src/tests/fixtures/network-manifest.yaml +++ b/src/tests/fixtures/network-manifest.yaml @@ -89,7 +89,6 @@ devnet_settings: stacks_node_rpc_port: 20443 stacks_node_wait_time_for_microblocks: 50 stacks_node_first_attempt_time_ms: 500 - stacks_node_subsequent_attempt_time_ms: 1000 stacks_node_events_observers: - "host.docker.internal:20455" stacks_node_env_vars: [] @@ -149,7 +148,7 @@ devnet_settings: execute_script: [] bitcoin_node_image_url: "quay.io/hirosystems/bitcoind:devnet-v3" stacks_node_image_url: "quay.io/hirosystems/stacks-node:devnet-3.0" - stacks_signers_image_url: "quay.io/hirosystems/stacks-node:devnet-3.0" + stacks_signer_image_url: "quay.io/hirosystems/stacks-node:devnet-3.0" stacks_api_image_url: "hirosystems/stacks-blockchain-api:latest" stacks_explorer_image_url: "hirosystems/explorer:latest" postgres_image_url: "postgres:14" diff --git a/src/tests/fixtures/stacks-devnet-config.json b/src/tests/fixtures/stacks-devnet-config.json index 5dcdc67..80af521 100644 --- a/src/tests/fixtures/stacks-devnet-config.json +++ b/src/tests/fixtures/stacks-devnet-config.json @@ -241,7 +241,6 @@ "stacks_node_rpc_port": 20443, "stacks_node_wait_time_for_microblocks": 50, "stacks_node_first_attempt_time_ms": 500, - "stacks_node_subsequent_attempt_time_ms": 1000, "stacks_node_events_observers": ["host.docker.internal:20455"], "stacks_node_env_vars": [], "stacks_node_next_initiative_delay": 4000, @@ -309,7 +308,7 @@ "execute_script": [], "bitcoin_node_image_url": "quay.io/hirosystems/bitcoind:devnet-v3", "stacks_node_image_url": "quay.io/hirosystems/stacks-node:devnet-3.0", - "stacks_signers_image_url": "quay.io/hirosystems/stacks-node:devnet-3.0", + "stacks_signer_image_url": "quay.io/hirosystems/stacks-node:devnet-3.0", "stacks_api_image_url": "hirosystems/stacks-blockchain-api:latest", "stacks_explorer_image_url": "hirosystems/explorer:latest", "postgres_image_url": "postgres:14",