fix after review

This commit is contained in:
Viktor Scharf
2024-11-28 09:11:51 +05:45
committed by Prajwol Amatya
parent 18e0af90b7
commit 1789a1ad43
5 changed files with 12 additions and 10 deletions
@@ -1,14 +1,14 @@
Feature: service health check
Scenario: health check
Scenario: check service health
When a user requests these endpoints:
| endpoint | service |
| %base_url_without_scheme_and_port%:9297/healthz | antivirus |
Then the HTTP status code of responses on all endpoints should be "200"
Scenario: ready check
Scenario: check service readiness
When a user requests these endpoints:
| endpoint | service |
| %base_url_without_scheme_and_port%:9297/readyz | antivirus |