Skip to content

Commit

Permalink
Fix mismatch between issued VC and query (#872)
Browse files Browse the repository at this point in the history
The test was issuing an Access Request, but requesting Access Grants, so
it still failed for users not having any Access Grants issued.
  • Loading branch information
NSeydoux authored Nov 17, 2023
1 parent 7958a50 commit 4386550
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions e2e/node/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,7 @@ describe("End-to-end verifiable credentials tests for environment", () => {
"https://www.w3.org/2018/credentials/v1",
"https://schema.inrupt.com/credentials/v1.jsonld",
],
type: ["VerifiableCredential", "SolidAccessGrant"],
credentialSubject: {
id: vcSubject,
providedConsent: {
hasStatus:
"https://w3id.org/GConsent#ConsentStatusExplicitlyGiven",
},
},
type: ["VerifiableCredential"],
},
{
fetch: session.fetch,
Expand Down

1 comment on commit 4386550

@vercel
Copy link

@vercel vercel bot commented on 4386550 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

solid-client-vc-js – ./

solid-client-vc-js-git-main-inrupt.vercel.app
solid-client-vc-js-inrupt.vercel.app
solid-client-vc-js.vercel.app

Please sign in to comment.