Skip to content

Commit

Permalink
Merge pull request #258 from well-typed/edsko/invalidRequestMetadata
Browse files Browse the repository at this point in the history
Fix `Invalid.requestMetadata` test
  • Loading branch information
edsko authored Nov 16, 2024
2 parents cbd8fcc + 186d053 commit 3e2be47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grapesy/test-grapesy/Test/Sanity/BrokenDeployments.hs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ test_invalidRequestMetadata = respondWith response $ \addr -> do
(Client.ResponseHeaders' HandledSynthesized) <-
Client.withConnection connParams' (Client.ServerInsecure addr) $ \conn ->
Client.withRPC conn def (Proxy @Ping) $ \call -> do
Client.sendEndOfInput call
Client.recvInitialResponse call
case mResp of
Right headers
Expand Down

0 comments on commit 3e2be47

Please sign in to comment.