Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update builder to standard set in correspondance #909

Merged
merged 13 commits into from
Dec 2, 2024
Prev Previous commit
Next Next commit
cleanup
  • Loading branch information
HauklandJ committed Nov 20, 2024
commit dd6fba7b1bf1ce921a564ec16d738673411c3146
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Altinn.App.Core.Features.Signing.Mocks;
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
public class CorrespondanceClientMock
{
public async Task<InitializeCorrespondencesResponseMock> Initialize(InitializeCorrespondenceRequestMock requestMock)
public static async Task<InitializeCorrespondencesResponseMock> Initialize(InitializeCorrespondenceRequestMock requestMock)
{
var responseMock = new InitializeCorrespondencesResponseMock
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Diagnostics.CodeAnalysis;
using Altinn.App.Core.Helpers;
using Altinn.App.Core.Internal.AccessManagement.Builders;
using Altinn.App.Core.Internal.AccessManagement.Models;
using Altinn.App.Core.Internal.AccessManagement.Models.Shared;

Expand Down
Loading