Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create a test run using swagger No test suite id given in the request #54

Open
abdahmed22 opened this issue Aug 26, 2024 · 1 comment
Assignees

Comments

@abdahmed22
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Mahmoud-Emad @abdahmed22 and others