Skip to content

Commit 2247c91

Browse files
julianna-ciqkriswest
authored andcommitted
Address TS error
1 parent ec2085a commit 2247c91

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

packages/fdc3-agent-proxy/test/step-definitions/intents.steps.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,14 @@ Given(
147147
timestamp: new Date(),
148148
},
149149
payload: {
150-
originatingApp: {
151-
appId: 'some-app-id',
152-
desktopAgent: 'some-desktop-agent',
153-
},
154150
context: handleResolve(context, world),
155151
intent,
156152
raiseIntentRequestUuid: 'request-id',
153+
metadata: {
154+
timestamp: new Date(),
155+
source: world.messaging!.getAppIdentifier(),
156+
traceId: world.messaging!.createUUID(),
157+
},
157158
},
158159
};
159160

0 commit comments

Comments
 (0)