Skip to content

Commit

Permalink
removed some test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed Mar 11, 2024
1 parent b5f8ef9 commit 72a9b7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion backend/project/endpoints/projects/endpoint_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def parse_project_params():
"""
args = parser.parse_args()
result_dict = {}
print(args)

for key, value in args.items():
if value is not None:
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/endpoints/project_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_remove_project(db_session, client, course_ad, course_teacher_ad, projec
project_json["assignment_file"] = open("testzip.zip", "rb")
# post the project
response = client.post("/projects", data=project_json)
print(response)

# check if the project with the id is present
project_id = response.json["data"]["project_id"]

Expand Down

0 comments on commit 72a9b7d

Please sign in to comment.