Skip to content

Commit 60edbba

Browse files
committed
Fix postman tests
1 parent c43bd64 commit 60edbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyMatchaV2.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3378,7 +3378,7 @@
33783378
"",
33793379
"tests[\"success is true\"] = response.success == true",
33803380
"tests[\"Viewed list is empty\"] = response.viewed.length == 1",
3381-
"tests[\"Viewed n1 is correct\"] = response.viewed[0].profile_id == 500"
3381+
"tests[\"Viewed n1 is correct\"] = response.viewed[0].id == 500"
33823382
],
33833383
"type": "text/javascript"
33843384
}

0 commit comments

Comments
 (0)