Skip to content

Commit

Permalink
test: update cucumber tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter committed Apr 8, 2024
1 parent bce6d80 commit adfc005
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Feature: the report endpoints persist to database
Given database report-calculation is created
Given signed in as client dummy-client with secret client-secret in realm dummy-realm
When the client calls GET /v1/reporting/report
Then the client receives an json array
Then the client receives a json array
Then the client receives status code of 200
Then the client receives array with 0 elements

Expand Down Expand Up @@ -42,5 +42,5 @@ Feature: the report endpoints persist to database
Given signed in as client dummy-client with secret client-secret in realm dummy-realm
When the client calls GET /v1/reporting/report
Then the client receives status code of 200
Then the client receives an json array
Then the client receives a json array
Then the client receives array with 2 elements
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Feature: the report calculation endpoint persist to database
Given document ReportConfig:1 is stored in database app
Given signed in as client dummy-client with secret client-secret in realm dummy-realm
When the client calls GET /v1/reporting/report-calculation/report/ReportConfig:1
Then the client receives an json array
Then the client receives a json array
Then the client receives status code of 200
Then the client receives array with 0 elements

Expand All @@ -25,7 +25,7 @@ Feature: the report calculation endpoint persist to database
Given document ReportCalculation:1 is stored in database report-calculation
Given signed in as client dummy-client with secret client-secret in realm dummy-realm
When the client calls GET /v1/reporting/report-calculation/report/ReportConfig:1
Then the client receives an json array
Then the client receives a json array
Then the client receives status code of 200
Then the client receives array with 1 elements

Expand Down

0 comments on commit adfc005

Please sign in to comment.