You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Post /test_runs/projects/{project_id}/ on swagger returns internal server error.
File "/home/boudie/Desktop/CodeScalersInternship/TestTracker/server/test_tracker/views/test_run.py", line 37, in post test_suites_ids = [suite["id"] for suite in request.data["test_suites"]]
Solution
Add test suite id to swagger request
The text was updated successfully, but these errors were encountered:
Description
Using Post /test_runs/projects/{project_id}/ on swagger returns internal server error.
File "/home/boudie/Desktop/CodeScalersInternship/TestTracker/server/test_tracker/views/test_run.py", line 37, in post test_suites_ids = [suite["id"] for suite in request.data["test_suites"]]
Solution
Add test suite id to swagger request
The text was updated successfully, but these errors were encountered: