Skip to content

Commit

Permalink
Remove empty lines in cucumber tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgayangi committed May 20, 2024
1 parent 9d1f678 commit c4ea4f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c4ea4f4

Please sign in to comment.