diff --git a/tests/assertions.js b/tests/assertions.js index 4c77811..2454316 100644 --- a/tests/assertions.js +++ b/tests/assertions.js @@ -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`.'); } }