Skip to content

Commit

Permalink
Changed expected text in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
khanrn committed Apr 8, 2024
1 parent 1ffff1a commit 1a950f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ public async Task GetMany_UserRequestsInstancesNoPartyIdDefined_ReturnsBadReques
HttpClient client = GetTestClient();
string token = PrincipalUtil.GetToken(3, 1337);
client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", token);
string expected = "InstanceOwnerPartyId must be defined.";
string expected = "Either InstanceOwnerPartyId or InstanceOwnerIdentifier must need to be defined.";

// Act
HttpResponseMessage response = await client.GetAsync(requestUri);
Expand Down

0 comments on commit 1a950f1

Please sign in to comment.