Skip to content

Commit c019d11

Browse files
committed
Update feature tests
1 parent eafd0c2 commit c019d11

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/api/tests/feature_tests/features/createDeviceAccreditedSystem.success.feature

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Feature: Create AS Device - success scenarios
9090
And the response headers contain:
9191
| name | value |
9292
| Content-Type | application/json |
93-
| Content-Length | 1056 |
93+
| Content-Length | 1060 |
9494
And I note the response field "$.id" as "device_id"
9595
When I make a "GET" request with "default" headers to "ProductTeam/${ note(product_team_id) }/Product/${ note(product_id) }/Device/${ note(device_id) }"
9696
Then I receive a status code "200" with body
@@ -113,7 +113,7 @@ Feature: Create AS Device - success scenarios
113113
And the response headers contain:
114114
| name | value |
115115
| Content-Type | application/json |
116-
| Content-Length | 1709 |
116+
| Content-Length | 1713 |
117117

118118
Scenario: Successfully create a AS Device with MHSMessageSet and ASAdditionalInteractions containing no questionnaire responses
119119
Given I have already made a "POST" request with "default" headers to "ProductTeam" with body:
@@ -172,7 +172,7 @@ Feature: Create AS Device - success scenarios
172172
And the response headers contain:
173173
| name | value |
174174
| Content-Type | application/json |
175-
| Content-Length | 1060 |
175+
| Content-Length | 1064 |
176176
And I note the response field "$.id" as "device_id"
177177
When I make a "GET" request with "default" headers to "ProductTeam/${ note(product_team_id) }/Product/${ note(product_id) }/Device/${ note(device_id) }"
178178
Then I receive a status code "200" with body
@@ -195,7 +195,7 @@ Feature: Create AS Device - success scenarios
195195
And the response headers contain:
196196
| name | value |
197197
| Content-Type | application/json |
198-
| Content-Length | 1103 |
198+
| Content-Length | 1107 |
199199

200200
Scenario: Successfully create multiple AS Devices
201201
Given I have already made a "POST" request with "default" headers to "ProductTeam" with body:
@@ -339,7 +339,7 @@ Feature: Create AS Device - success scenarios
339339
And the response headers contain:
340340
| name | value |
341341
| Content-Type | application/json |
342-
| Content-Length | 1713 |
342+
| Content-Length | 1717 |
343343
When I make a "GET" request with "default" headers to "ProductTeam/${ note(product_team_id) }/Product/${ note(product_id) }/Device/${ note(device_id_2) }"
344344
Then I receive a status code "200" with body
345345
| path | value |
@@ -361,4 +361,4 @@ Feature: Create AS Device - success scenarios
361361
And the response headers contain:
362362
| name | value |
363363
| Content-Type | application/json |
364-
| Content-Length | 1713 |
364+
| Content-Length | 1717 |

src/api/tests/feature_tests/features/readDevice.success.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Feature: Read Device - success scenarios
240240
And the response headers contain:
241241
| name | value |
242242
| Content-Type | application/json |
243-
| Content-Length | 1709 |
243+
| Content-Length | 1713 |
244244

245245
Examples:
246246
| product_team_id | product_id |

0 commit comments

Comments
 (0)