Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/endpoints/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def post(self):
else:
response_body["code"] = status.HTTP_500_INTERNAL_SERVER_ERROR
response_body["message"] = "Please include repo URL in the request"
response_body["error"] = "Missing key repo_url in request: {}".format(req_data)
response_body["error"] = "Missing key repository_url in request: {}".format(req_data)
return response_body, status.HTTP_500_INTERNAL_SERVER_ERROR

# creating file whose contents are returned on ci build success
Expand Down
Loading