diff --git a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/ProposeNewConstitution.hs b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/ProposeNewConstitution.hs index df31c05cbe0..c16195c8e20 100644 --- a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/ProposeNewConstitution.hs +++ b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/ProposeNewConstitution.hs @@ -108,8 +108,6 @@ hprop_ledger_events_propose_new_constitution = integrationWorkspace "propose-new -- Create Conway constitution gov <- H.createDirectoryIfMissing $ work "governance" - proposalAnchorFile <- H.note $ gov "sample-proposal-anchor" - constitutionFile <- H.note $ gov "sample-constitution" constitutionActionFp <- H.note $ gov "constitution.action" let proposalAnchorDataIpfsHash = "QmexFJuEn5RtnHEqpxDcqrazdHPzAwe7zs2RxHLfMH5gBz" @@ -179,7 +177,9 @@ hprop_ledger_events_propose_new_constitution = integrationWorkspace "propose-new ] let relativeUrlProposal = ["ipfs", proposalAnchorDataIpfsHash] + proposalAnchorUrl = "ipfs://" ++ proposalAnchorDataIpfsHash relativeUrlConstitution = ["ipfs", constitutionAnchorDataIpfsHash] + constitutionAnchorUrl = "ipfs://" ++ constitutionAnchorDataIpfsHash txbodyFp <- H.note $ work "tx.body" minDRepDeposit <- getMinDRepDeposit epochStateView ceo