From f0e92bb75bb272cd19a9baa43f02a3796a102393 Mon Sep 17 00:00:00 2001 From: Hugo Caillard <911307+hugocaillard@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:53:43 +0100 Subject: [PATCH] tests: fix fixtures --- src/tests/fixtures/network-manifest.yaml | 2 +- src/tests/fixtures/stacks-devnet-config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/fixtures/network-manifest.yaml b/src/tests/fixtures/network-manifest.yaml index 5f1654f..4c93aad 100644 --- a/src/tests/fixtures/network-manifest.yaml +++ b/src/tests/fixtures/network-manifest.yaml @@ -149,7 +149,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..f08a339 100644 --- a/src/tests/fixtures/stacks-devnet-config.json +++ b/src/tests/fixtures/stacks-devnet-config.json @@ -309,7 +309,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",