We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GATEWAY_SERVICE_DID
1 parent 5bfa90e commit 6a8d430Copy full SHA for 6a8d430
test/miniflare/freeway.spec.js
@@ -51,7 +51,8 @@ describe('freeway', () => {
51
miniflare = new Miniflare({
52
bindings: {
53
CONTENT_CLAIMS_SERVICE_URL: claimsService.url.toString(),
54
- CARPARK_PUBLIC_BUCKET_URL: url.toString()
+ CARPARK_PUBLIC_BUCKET_URL: url.toString(),
55
+ GATEWAY_SERVICE_DID: 'did:example:gateway'
56
},
57
inspectorPort: 9898,
58
scriptPath: 'dist/worker.mjs',
0 commit comments