Skip to content

Commit c8a8cb7

Browse files
committed
fix tests
1 parent 3a95275 commit c8a8cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/features/rest_api.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Feature: REST API tests
1010

1111
Scenario: Check if service report proper readiness state
1212
Given the system is in default state
13-
When I access REST API endpoint "readiness" using HTTP GET method
13+
When I access endpoint "readiness" using HTTP GET method
1414
Then The status code of the response is 200
1515
And The body of the response has the following schema
1616
"""
@@ -28,7 +28,7 @@ Feature: REST API tests
2828

2929
Scenario: Check if service report proper liveness state
3030
Given the system is in default state
31-
When I access REST API endpoint "liveness" using HTTP GET method
31+
When I access endpoint "liveness" using HTTP GET method
3232
Then The status code of the response is 200
3333
And The body of the response has the following schema
3434
"""

0 commit comments

Comments
 (0)