Quality Assurance Projects - Issue Tracker

Tell us what’s happening:

get方法求的数据到底在哪里存储的,没有在数据库中吧,我该在哪里查询呢?这个测试让我感觉很迷,/api/issues/apitest路径页面全是数组,但无法查询啊

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0

Challenge Information:

Quality Assurance Projects - Issue Tracker

you need to create them

你的意思是说在apitest项目里我要自己存储是吗

the POST requests would create things in the database anyway, you can then use those in testing the GET requests, or you can populate the database with mock data