From 9622411a5ca71e39426d7369151031a9bc25ff0b Mon Sep 17 00:00:00 2001 From: Dylan Hughes Date: Tue, 12 Nov 2024 16:04:11 -0500 Subject: [PATCH] update mock --- src/mocks/worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mocks/worker.ts b/src/mocks/worker.ts index 16032116d..3066e755d 100644 --- a/src/mocks/worker.ts +++ b/src/mocks/worker.ts @@ -11,7 +11,7 @@ export const randomWorker: MockFunction lastHeartbeatTime: this.create('date'), status: this.create('workerStatus'), clientVersion: this.create('string'), - metadata: { 'integrations': [this.create('string'), this.create('string')] }, + metadata: { integrations: [{ name: this.create('string'), version: this.create('string') }], 'foo': 'bar' }, heartbeatIntervalSeconds: this.create('number'), ...overrides, })