Skip to content

Commit

Permalink
Remove another strict HTTPError check
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever authored and PatStLouis committed Oct 18, 2024
1 parent 82c0d71 commit 9e00222
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ export async function injectOrReject(endpoints, inputFile) {
);
} catch(err) {
await assert.rejects(endpoints.issue(require(inputFile)),
{name: 'HTTPError'},
'Failed to reject a VC without a missing or incomplete `@context`.');
}
}

0 comments on commit 9e00222

Please sign in to comment.