Skip to content

Commit

Permalink
Add missing parameter in query proposals test
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Jan 14, 2025
1 parent 9bb3800 commit 77e70ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ hprop_cli_queries = integrationWorkspace "cli-queries" $ \tempAbsBasePath' -> H.

TestQueryProposalsCmd -> do
-- query proposals
H.noteM_ $ execCli' execConfig [ eraName, "query", "proposals" ]
H.noteM_ $ execCli' execConfig [ eraName, "query", "proposals", "--all-proposals" ]

where
-- | Wait for the part of the epoch when futurePParams are known
Expand Down

0 comments on commit 77e70ca

Please sign in to comment.