Commit eea3b311 by Sylvia Pearce

Delete white spaces that are causing test failures

parent c2420b09
...@@ -141,20 +141,20 @@ class ProfileImageRemoveView(APIView): ...@@ -141,20 +141,20 @@ class ProfileImageRemoveView(APIView):
**Example Responses** **Example Responses**
When the requesting user tries to remove the profile image for a different user, the When the requesting user tries to remove the profile image for a
request returns one of the following responses. different user, the request returns one of the following responses.
* If the user does not have staff access, the request returns an HTTP * If the user does not have staff access, the request returns an HTTP
404 "Not Found" response. 404 "Not Found" response.
* If no user matches the "username" parameter, the request returns an HTTP * If no user matches the "username" parameter, the request returns an
404 "Not Found" response. HTTP 404 "Not Found" response.
* If the image could not be removed, the request returns an HTTP 400 "Bad * If the image could not be removed, the request returns an HTTP 400
Request" response with more information. "Bad Request" response with more information.
* If the request successfully removes the image, the request returns an * If the request successfully removes the image, the request returns
HTTP 204 "No Content" response with no additional content. an HTTP 204 "No Content" response with no additional content.
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment