Skip to content

Commit

Permalink
lint zcap capability invocation
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Dec 19, 2024
1 parent e9be8eb commit b47e60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zcapHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function makeZcapRequest(settings, body) {
const response = await zcapClient.write({
url: settings.endpoint,
json: body,
capability: JSON.parse(settings.zcap.capability)
capability
});
return response;
}

0 comments on commit b47e60b

Please sign in to comment.