Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsarge committed May 1, 2024
1 parent 5d76641 commit 751727a
Showing 1 changed file with 50 additions and 15 deletions.
65 changes: 50 additions & 15 deletions integration-tests/checkmate.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2510,7 +2510,12 @@
" {\r",
" \"id\": `others_${messageId}_${voteRequestId}_unsure`,\r",
" \"title\": \"I'm Unsure\",\r",
" \"description\": \"Do try your best to categorize! But if really unsure, select this\"\r",
" \"description\": \"Insufficient information to determine\"\r",
" },\r",
" {\r",
" \"id\": `others_${messageId}_${voteRequestId}_pass`,\r",
" \"title\": \"I'm Passing\",\r",
" \"description\": \"Skip this message if you're really unable to assess it\"\r",
" }\r",
" ]\r",
" }\r",
Expand All @@ -2527,7 +2532,8 @@
" pm.expect(jsonData).to.eql(expected);\r",
"});"
],
"type": "text/javascript"
"type": "text/javascript",
"packages": {}
}
},
{
Expand All @@ -2536,7 +2542,8 @@
"exec": [
""
],
"type": "text/javascript"
"type": "text/javascript",
"packages": {}
}
}
],
Expand Down Expand Up @@ -3574,7 +3581,12 @@
" {\r",
" \"id\": `others_${messageId}_${voteRequestId}_unsure`,\r",
" \"title\": \"I'm Unsure\",\r",
" \"description\": \"Do try your best to categorize! But if really unsure, select this\"\r",
" \"description\": \"Insufficient information to determine\"\r",
" },\r",
" {\r",
" \"id\": `others_${messageId}_${voteRequestId}_pass`,\r",
" \"title\": \"I'm Passing\",\r",
" \"description\": \"Skip this message if you're really unable to assess it\"\r",
" }\r",
" ]\r",
" }\r",
Expand All @@ -3591,7 +3603,8 @@
" pm.expect(jsonData).to.eql(expected);\r",
"});"
],
"type": "text/javascript"
"type": "text/javascript",
"packages": {}
}
},
{
Expand All @@ -3600,7 +3613,8 @@
"exec": [
""
],
"type": "text/javascript"
"type": "text/javascript",
"packages": {}
}
}
],
Expand Down Expand Up @@ -4285,7 +4299,12 @@
" {\r",
" \"id\": `others_${messageId}_${voteRequestId}_unsure`,\r",
" \"title\": \"I'm Unsure\",\r",
" \"description\": \"Do try your best to categorize! But if really unsure, select this\"\r",
" \"description\": \"Insufficient information to determine\"\r",
" },\r",
" {\r",
" \"id\": `others_${messageId}_${voteRequestId}_pass`,\r",
" \"title\": \"I'm Passing\",\r",
" \"description\": \"Skip this message if you're really unable to assess it\"\r",
" }\r",
" ]\r",
" }\r",
Expand All @@ -4302,7 +4321,8 @@
" pm.expect(jsonData).to.eql(expected);\r",
"});"
],
"type": "text/javascript"
"type": "text/javascript",
"packages": {}
}
},
{
Expand All @@ -4311,7 +4331,8 @@
"exec": [
""
],
"type": "text/javascript"
"type": "text/javascript",
"packages": {}
}
}
],
Expand Down Expand Up @@ -8075,7 +8096,12 @@
" {\r",
" \"id\": `others_${messageId}_${voteRequestId}_unsure`,\r",
" \"title\": \"I'm Unsure\",\r",
" \"description\": \"Do try your best to categorize! But if really unsure, select this\"\r",
" \"description\": \"Insufficient information to determine\"\r",
" },\r",
" {\r",
" \"id\": `others_${messageId}_${voteRequestId}_pass`,\r",
" \"title\": \"I'm Passing\",\r",
" \"description\": \"Skip this message if you're really unable to assess it\"\r",
" }\r",
" ]\r",
" }\r",
Expand All @@ -8092,7 +8118,8 @@
" pm.expect(jsonData).to.eql(expected);\r",
"});"
],
"type": "text/javascript"
"type": "text/javascript",
"packages": {}
}
},
{
Expand All @@ -8101,7 +8128,8 @@
"exec": [
""
],
"type": "text/javascript"
"type": "text/javascript",
"packages": {}
}
}
],
Expand Down Expand Up @@ -10008,7 +10036,12 @@
" {\r",
" \"id\": `others_${messageId}_${voteRequestId}_unsure`,\r",
" \"title\": \"I'm Unsure\",\r",
" \"description\": \"Do try your best to categorize! But if really unsure, select this\"\r",
" \"description\": \"Insufficient information to determine\"\r",
" },\r",
" {\r",
" \"id\": `others_${messageId}_${voteRequestId}_pass`,\r",
" \"title\": \"I'm Passing\",\r",
" \"description\": \"Skip this message if you're really unable to assess it\"\r",
" }\r",
" ]\r",
" }\r",
Expand All @@ -10025,7 +10058,8 @@
" pm.expect(jsonData).to.eql(expected);\r",
"});"
],
"type": "text/javascript"
"type": "text/javascript",
"packages": {}
}
},
{
Expand All @@ -10034,7 +10068,8 @@
"exec": [
""
],
"type": "text/javascript"
"type": "text/javascript",
"packages": {}
}
}
],
Expand Down

0 comments on commit 751727a

Please sign in to comment.