Skip to content

Commit b47e60b

Browse files
committed
lint zcap capability invocation
Signed-off-by: PatStLouis <[email protected]>
1 parent e9be8eb commit b47e60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/zcapHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export async function makeZcapRequest(settings, body) {
2323
const response = await zcapClient.write({
2424
url: settings.endpoint,
2525
json: body,
26-
capability: JSON.parse(settings.zcap.capability)
26+
capability
2727
});
2828
return response;
2929
}

0 commit comments

Comments
 (0)