From 9584f26bd574374bb2e350a45af2082420b0bfc0 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Tue, 26 Sep 2023 20:22:19 -0300 Subject: [PATCH] Fix feature name Signed-off-by: Vitor Mattos --- tests/integration/features/file/list.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/features/file/list.feature b/tests/integration/features/file/list.feature index 21eb9c2cfa..4fb19e4d29 100644 --- a/tests/integration/features/file/list.feature +++ b/tests/integration/features/file/list.feature @@ -1,4 +1,4 @@ -Feature: request-signature +Feature: file-list Background: Create users Given user "signer1" exists Given user "signer2" exists