Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .dev/compose.openid4vc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- default

connector:
image: ghcr.io/nmshd/connector:7.4.0-openid4vc.2@sha256:d121f97ce2e4506a7ff58de0012b3445f6d0aeb8dd4d765c09da7f34d8a22b5b
image: ghcr.io/nmshd/connector:7.4.0-openid4vc.3@sha256:5515c68664e7d87430fde49fc0467b956dd713567b31bbd6c235502eaa8a8ec4
environment:
CUSTOM_CONFIG_LOCATION: "/config.json"
transportLibrary__baseUrl: ${NMSHD_TEST_BASEURL}
Expand Down
4 changes: 1 addition & 3 deletions packages/runtime/test/consumption/openid4vc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@ describe("EUDIPLO", () => {
expect(presentationResult.value.status).toBe(200);
});

// TODO: unskip once fix to CanCreateShareCredentialOffer has been deployed to the connector
// eslint-disable-next-line jest/no-disabled-tests
test.skip("issuance with request", async () => {
test("issuance with request", async () => {
const oldCredentials = (
await runtimeServices1.consumption.attributes.getAttributes({
query: {
Expand Down
Loading