Skip to content

Commit

Permalink
test: expand Tier in the IdentityOverview integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSRKonk committed Oct 23, 2023
1 parent 4de890a commit ca528f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public async Task<HttpResponse> DeleteIndividualQuota(string identityAddress, st

public async Task<ODataResponse<List<IdentityOverviewDTO>>?> GetIdentityOverviews(RequestConfiguration requestConfiguration)
{
return await GetOData<List<IdentityOverviewDTO>>("/Identities", requestConfiguration);
return await GetOData<List<IdentityOverviewDTO>>("/Identities?$expand=Tier", requestConfiguration);
}
}

0 comments on commit ca528f3

Please sign in to comment.