Skip to content

Commit

Permalink
fix(data-api): remove nullable fields from data-api test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
danistrebel committed Jun 19, 2023
1 parent 771c64f commit 7767d7b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Feature:
Then response code should be 200
And response body path $ should be of type array with length 5
And response body path $.[0].rental_id should not be null
And response body path $.[0].bike_id should not be null
And response body path $.[0].duration should not be null

Scenario: Get a specific number of bike rentals
Given I set query parameters to
Expand Down Expand Up @@ -61,5 +59,3 @@ Feature:
When I GET /bikerentals
Then response code should be 200
And response body path $.[0].rental_id should not be null
And response body path $.[0].bike_id should not be null
And response body path $.[0].duration should be null

0 comments on commit 7767d7b

Please sign in to comment.