From 16bdfbe835dcf60480d8d3bc581327c06a6aa8ca Mon Sep 17 00:00:00 2001 From: Jesper Schulz-Wedde Date: Tue, 10 Dec 2024 11:33:52 +0100 Subject: [PATCH] Updating ID of test. --- src/System Application/Test/Rest Client/app.json | 2 +- .../Test/Rest Client/src/HttpExceptionTests.Codeunit.al | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;