From 3eb7077113c24275020527472ba2d7ca734ac50f Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Mon, 11 Mar 2024 18:48:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20set=20connection=20IDs=20for=20m?= =?UTF-8?q?ock=20data=20(#3537)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ivan Milchev --- providers/runtime.go | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/runtime.go b/providers/runtime.go index 113f1043be..bd7dffcdc0 100644 --- a/providers/runtime.go +++ b/providers/runtime.go @@ -507,6 +507,7 @@ func (r *Runtime) SetMockRecording(anyRecording llx.Recording, providerID string // Dom: we may need to retain the original asset ID, not sure yet... asset.Id = "mock-asset" asset.Connections = []*inventory.Config{{ + Id: Coordinator.NextConnectionId(), Type: "mock", }}