From 9dc071b8c9bec4dfbbed4d25a3b1d308cdb78760 Mon Sep 17 00:00:00 2001 From: Pawel Jakubas Date: Fri, 17 May 2024 16:43:01 +0200 Subject: [PATCH] revert CLI changes --- .../Test/Integration/Scenario/CLI/Shelley/Addresses.hs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/integration/scenarios/Test/Integration/Scenario/CLI/Shelley/Addresses.hs b/lib/integration/scenarios/Test/Integration/Scenario/CLI/Shelley/Addresses.hs index 32a94aa6f93..08fe2cc6741 100644 --- a/lib/integration/scenarios/Test/Integration/Scenario/CLI/Shelley/Addresses.hs +++ b/lib/integration/scenarios/Test/Integration/Scenario/CLI/Shelley/Addresses.hs @@ -83,7 +83,8 @@ import Test.Integration.Framework.DSL , walletId ) import Test.Integration.Framework.TestData - ( falseWalletIds + ( errMsg404NoWallet + , falseWalletIds ) import Cardano.Wallet.Api.Types.Amount @@ -283,7 +284,3 @@ spec = describe "SHELLEY_CLI_ADDRESSES" $ do fixtureWallet' :: Context -> ResourceT IO String fixtureWallet' = fmap (T.unpack . view walletId) . fixtureWallet - - errMsg404NoWallet :: Text -> String - errMsg404NoWallet wid = - "I couldn't find a wallet with the given id: " ++ T.unpack wid