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 } ] }`)