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.
1 parent 05e4367 commit b6239f1Copy full SHA for b6239f1
src/mocknRFCloud.ts
@@ -20,6 +20,7 @@ import {
20
} from '@bifravst/http-api-mock/sortQueryString'
21
import { getAllAccountsSettings } from '@hello.nrfcloud.com/nrfcloud-api-helpers/settings'
22
import { Type } from '@sinclair/typebox'
23
+import { randomUUID } from 'node:crypto'
24
import pRetry from 'p-retry'
25
import { check, objectMatching, stringContaining } from 'tsmatchers'
26
@@ -62,6 +63,7 @@ export const steps = ({
62
63
new PutItemCommand({
64
TableName: responsesTableName,
65
Item: marshall({
66
+ responseId: randomUUID(),
67
methodPathQuery,
68
timestamp: new Date().toISOString(),
69
statusCode: 200,
0 commit comments