Skip to content

Commit

Permalink
remove normalizer test
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Oct 22, 2024
1 parent dfde0a3 commit c507515
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/demo/tests/requests/ping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ macro_rules! configure_insta {
// removes trailing slashes from the request path.
#[rstest]
#[case("ping", "/_ping")]
#[case("ping_with_trailing_slash", "/_ping/")]
#[case("ping_with_multiple_trailing_slashes", "/_ping////")]
#[tokio::test]
async fn ping(#[case] test_name: &str, #[case] path: &str) {
configure_insta!();
Expand Down

0 comments on commit c507515

Please sign in to comment.