Skip to content

Commit eb4adfb

Browse files
committed
Provide GATEWAY_SERVICE_DID during test
1 parent 5bfa90e commit eb4adfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/miniflare/freeway.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ describe('freeway', () => {
5151
miniflare = new Miniflare({
5252
bindings: {
5353
CONTENT_CLAIMS_SERVICE_URL: claimsService.url.toString(),
54-
CARPARK_PUBLIC_BUCKET_URL: url.toString()
54+
CARPARK_PUBLIC_BUCKET_URL: url.toString(),
55+
GATEWAY_SERVICE_DID: 'did:example:gateway',
5556
},
5657
inspectorPort: 9898,
5758
scriptPath: 'dist/worker.mjs',

0 commit comments

Comments
 (0)