Skip to content

Commit

Permalink
Middleware_should_not_emit_metrics_for_nonexistent_route (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierjohn authored Dec 13, 2023
1 parent 6e82b1f commit 0b2c20d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public async Task SLI_Metrics_is_emitted_with_default_API_version()
}

[Fact]
public async Task Will_handle_bad_URL()
public async Task Middleware_should_not_emit_metrics_for_nonexistent_route()
{
// Arrange
using var host = await CreateHost();
Expand Down

0 comments on commit 0b2c20d

Please sign in to comment.