Skip to content

Commit

Permalink
Update Auth test info
Browse files Browse the repository at this point in the history
  • Loading branch information
MattB-msft committed Jan 2, 2025
1 parent 68ff16b commit 5233d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/Microsoft.Agents.Auth.Tests/AuthTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public async Task GetClientSecretAccessTokenTest_MSAL()
[Fact]
public void ValidateAuthConfig()
{
IServiceProvider serviceProvider = SetupServiceCollection.GenerateAuthMinServiceProvider("Auth_Validation_appsettings.json", _output);
IServiceProvider serviceProvider = SetupServiceCollection.GenerateAuthMinServiceProvider("auth_validation_appsettings.json", _output);
IConfiguration config = serviceProvider.GetService<IConfiguration>();

//Check for broken configuration.
Expand Down

0 comments on commit 5233d72

Please sign in to comment.