Skip to content

Commit

Permalink
Provide GATEWAY_SERVICE_DID during test
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeja committed Dec 3, 2024
1 parent 5bfa90e commit eb4adfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/miniflare/freeway.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ describe('freeway', () => {
miniflare = new Miniflare({
bindings: {
CONTENT_CLAIMS_SERVICE_URL: claimsService.url.toString(),
CARPARK_PUBLIC_BUCKET_URL: url.toString()
CARPARK_PUBLIC_BUCKET_URL: url.toString(),
GATEWAY_SERVICE_DID: 'did:example:gateway',
},
inspectorPort: 9898,
scriptPath: 'dist/worker.mjs',
Expand Down

0 comments on commit eb4adfb

Please sign in to comment.