From 59039de9fd78f67f64f31981da54872f38ca6477 Mon Sep 17 00:00:00 2001 From: jcarranzan Date: Thu, 13 Jun 2024 15:36:55 +0200 Subject: [PATCH] indentation fix --- QUARKUS-4430.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.