diff --git a/QUARKUS-4430.md b/QUARKUS-4430.md index be81a18..c213396 100644 --- a/QUARKUS-4430.md +++ b/QUARKUS-4430.md @@ -12,9 +12,9 @@ especially in cases of redirection (302) and not found (404) responses. ## Scope of the testing * Run Quarkus micrometer Prometheus application and verify metric tags for: * Redirections (HTTP 302) - * Not Found responses (HTTP 404) - * Empty path responses (HTTP 204) - * Dynamic path segments (HTTP 301) + * Not Found responses (HTTP 404) + * Empty path responses (HTTP 204) + * Dynamic path segments (HTTP 301) * The test coverage will be verified for JVM and Native.