Skip to content

Commit

Permalink
🧹 set connection IDs for mock data (#3537)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored Mar 11, 2024
1 parent d60dd91 commit 3eb7077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}}

Expand Down

0 comments on commit 3eb7077

Please sign in to comment.