Skip to content

Commit

Permalink
Clean up helper function.
Browse files Browse the repository at this point in the history
  • Loading branch information
tolson4 authored and dlongley committed Sep 13, 2024
1 parent 3670d39 commit b6ce127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/mocha/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ export async function getEdvDocument({
export async function queryForEdvDocument({
equals, has, limit, edvClient, edvConfig, indexes,
kmsClient = new KmsClient({httpsAgent}),
profileSigner} = {}) {
profileSigner
} = {}) {
const {hmac, keyAgreementKey} = edvConfig;
for(const index of indexes) {
edvClient.ensureIndex(index);
Expand Down

0 comments on commit b6ce127

Please sign in to comment.