Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Mar 28, 2024
1 parent e455412 commit a02db11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Aspire.Dashboard.Tests/Integration/StartupTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public async Task Configuration_NoExtraConfig_Error()
// Assert
Assert.Collection(ex.Failures,
s => s.Contains("Dashboard:Frontend:EndpointUrls"),
s => s.Contains("Dashboard:Frontend:AuthMode"),
s => s.Contains("Dashboard:Otlp:EndpointUrl"),
s => s.Contains("Dashboard:Otlp:AuthMode"));
}
Expand Down

0 comments on commit a02db11

Please sign in to comment.