Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooja Adhikari committed Jan 2, 2019
1 parent cc1d374 commit 7b101d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Microsoft.Health.Fhir.Tests.E2E/Common/FhirClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public async Task RunAsUser(TestUser user, TestApplication clientApplication)
public async Task RunAsClientApplication(TestApplication clientApplication)
{
EnsureArg.IsNotNull(clientApplication, nameof(clientApplication));
await SetupAuthenticationAsync(clientApplication, null);
await SetupAuthenticationAsync(clientApplication);
}

public Task<FhirResponse<T>> CreateAsync<T>(T resource)
Expand Down

0 comments on commit 7b101d3

Please sign in to comment.