diff --git a/src/System Application/Test/Rest Client/app.json b/src/System Application/Test/Rest Client/app.json index 384fd9f7ec..d6ad2f8ba4 100644 --- a/src/System Application/Test/Rest Client/app.json +++ b/src/System Application/Test/Rest Client/app.json @@ -35,7 +35,7 @@ "idRanges": [ { "from": 134970, - "to": 134975 + "to": 134977 } ], "resourceExposurePolicy": { diff --git a/src/System Application/Test/Rest Client/src/HttpExceptionTests.Codeunit.al b/src/System Application/Test/Rest Client/src/HttpExceptionTests.Codeunit.al index c2d6db39e6..5a9d00379b 100644 --- a/src/System Application/Test/Rest Client/src/HttpExceptionTests.Codeunit.al +++ b/src/System Application/Test/Rest Client/src/HttpExceptionTests.Codeunit.al @@ -8,7 +8,7 @@ namespace System.Test.RestClient; using System.RestClient; using System.TestLibraries.Utilities; -codeunit 134975 "Http Exception Tests" +codeunit 134977 "Http Exception Tests" { Subtype = Test;