From 928d7867ff0238a1754eb7a16e3be6e930da0048 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 03:36:19 +0000 Subject: [PATCH 1/2] Update dependency Swashbuckle.AspNetCore to v7 --- test/Altinn.App.Api.Tests/Altinn.App.Api.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Altinn.App.Api.Tests/Altinn.App.Api.Tests.csproj b/test/Altinn.App.Api.Tests/Altinn.App.Api.Tests.csproj index 61beaf98a..1984f4b6e 100644 --- a/test/Altinn.App.Api.Tests/Altinn.App.Api.Tests.csproj +++ b/test/Altinn.App.Api.Tests/Altinn.App.Api.Tests.csproj @@ -13,7 +13,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive From 59f6bdb9d93d60c448013a07c97c07f230fd06ce Mon Sep 17 00:00:00 2001 From: Daniel Skovli Date: Mon, 9 Dec 2024 10:29:36 +0100 Subject: [PATCH 2/2] Update swagger --- test/Altinn.App.Api.Tests/OpenApi/swagger.json | 2 +- test/Altinn.App.Api.Tests/OpenApi/swagger.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Altinn.App.Api.Tests/OpenApi/swagger.json b/test/Altinn.App.Api.Tests/OpenApi/swagger.json index 4a445daf5..25cb2f0fe 100644 --- a/test/Altinn.App.Api.Tests/OpenApi/swagger.json +++ b/test/Altinn.App.Api.Tests/OpenApi/swagger.json @@ -1804,7 +1804,7 @@ "description": "OK" }, "425": { - "description": "Client Error" + "description": "Too Early" }, "500": { "description": "Internal Server Error" diff --git a/test/Altinn.App.Api.Tests/OpenApi/swagger.yaml b/test/Altinn.App.Api.Tests/OpenApi/swagger.yaml index 6b3ff672b..5d64d13b4 100644 --- a/test/Altinn.App.Api.Tests/OpenApi/swagger.yaml +++ b/test/Altinn.App.Api.Tests/OpenApi/swagger.yaml @@ -1101,7 +1101,7 @@ paths: '200': description: OK '425': - description: Client Error + description: Too Early '500': description: Internal Server Error '401':