From eb1916b773916c4dd513db637c45b50804c4f959 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 24 Oct 2025 15:22:20 -0700 Subject: [PATCH] Fix tests --- .../importer-insomnia/tests/fixtures/basic.output.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/plugins/importer-insomnia/tests/fixtures/basic.output.json b/plugins/importer-insomnia/tests/fixtures/basic.output.json index 235a227d..35fc8f32 100644 --- a/plugins/importer-insomnia/tests/fixtures/basic.output.json +++ b/plugins/importer-insomnia/tests/fixtures/basic.output.json @@ -5,7 +5,8 @@ "createdAt": "2025-01-13T15:15:43.767", "updatedAt": "2025-01-13T15:15:55.209", "sortPriority": 1736781343767, - "base": true, + "parentId": null, + "parentModel": "workspace", "id": "GENERATE_ID::env_16c0dec5b77c414ae0e419b8f10c3701300c5900", "model": "environment", "name": "Base Environment", @@ -22,7 +23,8 @@ "createdAt": "2025-01-13T15:15:58.515", "updatedAt": "2025-01-13T15:16:34.705", "sortPriority": 1736781358515, - "base": false, + "parentId": null, + "parentModel": "environment", "id": "GENERATE_ID::env_799ae3d723ef44af91b4817e5d057e6d", "model": "environment", "name": "Production", @@ -39,7 +41,8 @@ "createdAt": "2025-01-13T15:16:14.707", "updatedAt": "2025-01-13T15:16:31.078", "sortPriority": 1736781358565, - "base": false, + "parentId": null, + "parentModel": "environment", "id": "GENERATE_ID::env_030fbfdbb274426ebd78e2e6518f8553", "model": "environment", "name": "Staging",