diff --git a/cardano-cli/test/cardano-cli-golden/Test/Golden/Governance/Committee.hs b/cardano-cli/test/cardano-cli-golden/Test/Golden/Governance/Committee.hs index 7de4f401af..b2c804effd 100644 --- a/cardano-cli/test/cardano-cli-golden/Test/Golden/Governance/Committee.hs +++ b/cardano-cli/test/cardano-cli-golden/Test/Golden/Governance/Committee.hs @@ -73,7 +73,7 @@ hprop_golden_governance_CommitteeCreateHotKeyAuthorizationCertificate = H.noteShowM_ $ execCardanoCLI [ "conway", "governance", "committee", "create-hot-key-authorization-certificate" , "--cold-verification-key-file", ccColdVKey - , "--hot-key-file", ccHotVKey + , "--hot-verification-key-file", ccHotVKey , "--out-file", certFile ]