From 133c82177d11322279beca6315dcacc1d6a3e5a3 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Thu, 16 Jan 2025 12:41:40 +0100 Subject: [PATCH] Fixed integration test --- internal/integrationtest/core/core_test.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/internal/integrationtest/core/core_test.go b/internal/integrationtest/core/core_test.go index ec93ee89a02..94e3ca4b318 100644 --- a/internal/integrationtest/core/core_test.go +++ b/internal/integrationtest/core/core_test.go @@ -52,12 +52,16 @@ func TestCorrectHandlingOfPlatformVersionProperty(t *testing.T) { "platforms": [ { "id":"DxCore-dev:megaavr", + "manually_installed": true, "installed_version":"1.4.10", "releases": { - "1.4.10": { + "": { "name":"DxCore" } - } + }, + "installed_version": "", + "latest_version": "", + "has_manually_installed_release": true } ] }`)