From c3ce7888b8f94de9ce2ed92a4817b1c9619a21df Mon Sep 17 00:00:00 2001 From: KillianG Date: Mon, 23 Sep 2024 09:48:45 +0200 Subject: [PATCH] Fix padding Issue: ZENKO-4891 Co-authored-by: William <91462779+williamlardier@users.noreply.github.com> --- tests/ctst/features/dmf.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ctst/features/dmf.feature b/tests/ctst/features/dmf.feature index 6c35212d4d..fe7e0c0d21 100644 --- a/tests/ctst/features/dmf.feature +++ b/tests/ctst/features/dmf.feature @@ -123,6 +123,6 @@ Feature: DMF Examples: | versioningConfiguration | objectCount | objectSize | restoreDays | - | Non versioned | 2 | 100 | 15 | - | Versioned | 2 | 100 | 15 | - | Suspended | 2 | 100 | 15 | \ No newline at end of file + | Non versioned | 2 | 100 | 15 | + | Versioned | 2 | 100 | 15 | + | Suspended | 2 | 100 | 15 | \ No newline at end of file