Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit a83a913

Browse files
committed
implemented changes requested by @qvalentin
1 parent ec86363 commit a83a913

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/resources/SystemHealth.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Scenario: SystemHealth is requested without users in db
1010
And the user waits for 2 second(s)
1111
Then response contains key "userCount" and value "0"
1212
And response contains key "uptimeInSeconds" and value of at least 1
13+
And response status code is 200
1314

1415
Scenario: SystemHealth is requested with users in db
1516
Given user 1234 exists
@@ -18,4 +19,5 @@ Scenario: SystemHealth is requested with users in db
1819
When the systemHealth endpoint is requested
1920
Then response contains key "userCount" and value "2"
2021
And response contains key "uptimeInSeconds" and value of at least 1
22+
And response status code is 200
2123

0 commit comments

Comments
 (0)