Skip to content

Commit a765355

Browse files
committed
Check count is 0
1 parent 6d558db commit a765355

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

api/tests/integration/identification_tasks/list_mine.tavern.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ stages:
150150
Authorization: "Bearer {jwt_token_user:s}"
151151
response:
152152
status_code: 200
153+
strict:
154+
- json:off
155+
json:
156+
count: 0
153157

154158
---
155159

@@ -174,6 +178,10 @@ stages:
174178
Authorization: "Bearer {jwt_token_user:s}"
175179
response:
176180
status_code: 200
181+
strict:
182+
- json:off
183+
json:
184+
count: 0
177185

178186
---
179187

0 commit comments

Comments
 (0)