Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielskovli committed Jan 9, 2025
1 parent fb4b4e0 commit 26a5ea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ await getStatus

[Theory]
[InlineData(typeof(SendCorrespondencePayload), new[] { "altinn:correspondence.write", "altinn:serviceowner" })]
[InlineData(typeof(GetCorrespondenceStatusPayload), new[] { "altinn:correspondence.read", "altinn:serviceowner" })]
[InlineData(typeof(GetCorrespondenceStatusPayload), new[] { "altinn:correspondence.write", "altinn:serviceowner" })]
public async Task AuthorisationFactory_ImplementsMaskinportenCorrectly(
Type payloadType,
IEnumerable<string> expectedScopes
Expand Down

0 comments on commit 26a5ea1

Please sign in to comment.