diff --git a/postman/WebsiteTheSSEquelTests.postman_collection.json b/postman/WebsiteTheSSEquelTests.postman_collection.json index 7829aa54..2625f8e2 100644 --- a/postman/WebsiteTheSSEquelTests.postman_collection.json +++ b/postman/WebsiteTheSSEquelTests.postman_collection.json @@ -1932,7 +1932,7 @@ "pm.test(\"Response for GET /api/user/[id]\", function () {\r", " var jsonData = pm.response.json();\r", " pm.expect(jsonData).to.eql({\r", - " \"name\": \"Johnnathaniel\",\r", + " \"name\": \"Johnathaniel\",\r", " \"email\": \"johndoe@rit.edu\"\r", " });\r", "});" @@ -2097,7 +2097,7 @@ " pm.expect(jsonData).to.eql({\r", " \"id\": 1,\r", " \"mentorId\": 1,\r", - " \"hourBlockId\": 1\r", + " \"hourBlockId\": 2\r", " });\r", "});" ], @@ -2207,7 +2207,32 @@ " delete value.createdAt;\r", " delete value.updatedAt;\r", " }\r", - " pm.expect(jsonData).to.eql([{ \"id\": 1, \"golink\": \"sse\", \"url\": \"sse.rit.edu\", \"description\": \"SSE Website\", \"isPublic\": true, \"isPinned\": true }, { \"id\": 2, \"golink\": \"google\", \"url\": \"google.com\", \"description\": \"An underground and unknown search engine\", \"isPublic\": true, \"isPinned\": true }, { \"id\": 3, \"golink\": \"youtube\", \"url\": \"youtube.com\", \"description\": \"A small video sharing website\", \"isPublic\": true, \"isPinned\": true }]);\r", + " pm.expect(jsonData).to.eql([\r", + " {\r", + " \"id\": 2,\r", + " \"golink\": \"google\",\r", + " \"url\": \"google.com\",\r", + " \"description\": \"An underground and unknown search engine\",\r", + " \"isPublic\": true,\r", + " \"isPinned\": true\r", + " },\r", + " {\r", + " \"id\": 3,\r", + " \"golink\": \"youtube\",\r", + " \"url\": \"youtube.com\",\r", + " \"description\": \"A small video sharing website\",\r", + " \"isPublic\": true,\r", + " \"isPinned\": true\r", + " },\r", + " {\r", + " \"id\": 1,\r", + " \"golink\": \"Duck Duck Go\",\r", + " \"url\": \"https://duckduckgo.com\",\r", + " \"description\": \"SSE Website\",\r", + " \"isPublic\": true,\r", + " \"isPinned\": true\r", + " }\r", + " ]);\r", "});" ], "type": "text/javascript"