Skip to content

Commit

Permalink
fixup! fixup! fixup! move ClientCapability ClientSupportsConsumableNo…
Browse files Browse the repository at this point in the history
…tifications to APIv8
  • Loading branch information
stefanwire committed Dec 5, 2024
1 parent aea355b commit 645bb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test/Test/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ testGetClientCapabilitiesV7 = do
resp.status `shouldMatchInt` 200
resp.json %. "0.capabilities" `shouldMatchSet` allCapabilities

-- In API v6 and below, the "capabilities" field is an enum, so having a new
-- In API v7 and below, the "capabilities" field is an enum, so having a new
-- value for this enum is a breaking change.
withAPIVersion 7 $ getSelfClients alice `bindResponse` \resp -> do
resp.status `shouldMatchInt` 200
Expand Down

0 comments on commit 645bb7a

Please sign in to comment.