From c4ea4f41d8dba947d978937f8130fa452ecff30a Mon Sep 17 00:00:00 2001 From: sgayangi Date: Mon, 20 May 2024 10:07:14 +0530 Subject: [PATCH] Remove empty lines in cucumber tests --- .../src/test/resources/tests/api/MTLSwithOAuth2Mandatory.feature | 1 - .../src/test/resources/tests/api/MTLSwithOAuth2Optional.feature | 1 - 2 files changed, 2 deletions(-) diff --git a/test/cucumber-tests/src/test/resources/tests/api/MTLSwithOAuth2Mandatory.feature b/test/cucumber-tests/src/test/resources/tests/api/MTLSwithOAuth2Mandatory.feature index 5de7ed346..1f6cc149a 100644 --- a/test/cucumber-tests/src/test/resources/tests/api/MTLSwithOAuth2Mandatory.feature +++ b/test/cucumber-tests/src/test/resources/tests/api/MTLSwithOAuth2Mandatory.feature @@ -1,5 +1,4 @@ Feature: Test mTLS between client and gateway with client certificate sent in header - # mTLS mandatory OAuth2 mandatory Scenario: Test mandatory mTLS and mandatory OAuth2 with a valid client certificate in header Given The system is ready diff --git a/test/cucumber-tests/src/test/resources/tests/api/MTLSwithOAuth2Optional.feature b/test/cucumber-tests/src/test/resources/tests/api/MTLSwithOAuth2Optional.feature index 5b163f45e..e17fd6030 100644 --- a/test/cucumber-tests/src/test/resources/tests/api/MTLSwithOAuth2Optional.feature +++ b/test/cucumber-tests/src/test/resources/tests/api/MTLSwithOAuth2Optional.feature @@ -1,5 +1,4 @@ Feature: Test mTLS between client and gateway with client certificate sent in header with OAuth2 optional - # mTLS mandatory OAuth2 optional Scenario: Test mandatory mTLS and optional OAuth2 with a valid client certificate in header Given The system is ready