diff --git a/hydra-node/test/Hydra/API/HTTPServerSpec.hs b/hydra-node/test/Hydra/API/HTTPServerSpec.hs index f63525ba9d3..332c476e4da 100644 --- a/hydra-node/test/Hydra/API/HTTPServerSpec.hs +++ b/hydra-node/test/Hydra/API/HTTPServerSpec.hs @@ -124,7 +124,7 @@ spec = do . key "publish" . key "message" - prop "Validate /commits/ subscribe api schema" $ + prop "Validate /commits/tx-id subscribe api schema" $ prop_validateJSONSchema @Text "api.json" $ key "channels" . key "/commits/tx-id"