File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments