Skip to content

Commit 7c5c44a

Browse files
committed
chore: fix test
1 parent b1ccbb5 commit 7c5c44a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/evault-core/tests/evault.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe("eVault E2E", () => {
104104
input: {
105105
ontology: testOntology,
106106
payload: testPayload,
107-
acl: [w3id.id],
107+
acl: ["*"],
108108
},
109109
},
110110
token,
@@ -201,7 +201,7 @@ describe("eVault E2E", () => {
201201
input: {
202202
ontology: "search-test",
203203
payload: { note: term },
204-
acl: [w3id.id],
204+
acl: ["*"],
205205
},
206206
},
207207
token,

0 commit comments

Comments
 (0)