Skip to content

Commit

Permalink
Fix content length
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslinnell committed Nov 27, 2024
1 parent 7a7968b commit 5f18255
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Feature: Create AS Device - success scenarios
And the response headers contain:
| name | value |
| Content-Type | application/json |
| Content-Length | 960 |
| Content-Length | 956 |
And I note the response field "$.id" as "device_id"
When I make a "GET" request with "default" headers to "ProductTeam/${ note(product_team_id) }/Product/${ note(product_id) }/Device/${ note(device_id) }"
Then I receive a status code "200" with body
Expand All @@ -98,4 +98,4 @@ Feature: Create AS Device - success scenarios
And the response headers contain:
| name | value |
| Content-Type | application/json |
| Content-Length | 1697 |
| Content-Length | 1609 |

0 comments on commit 5f18255

Please sign in to comment.