Skip to content
Snippets Groups Projects
Commit 3e01710a authored by Simon Künzel's avatar Simon Künzel
Browse files

Fix tests

parent b31413cf
No related branches found
No related tags found
No related merge requests found
Pipeline #7497 failed
Pipeline: backend

#7498

    ...@@ -58,7 +58,7 @@ class ResourcesTest(ApiTest): ...@@ -58,7 +58,7 @@ class ResourcesTest(ApiTest):
    "/resources/internal_auth_check", # Public "/resources/internal_auth_check", # Public
    None, None,
    headers=[ headers=[
    ("X-Original-URI", re.sub("http", "invalidurlmodification", resp.headers["Location"])) ("X-Original-URI", re.sub("http", "something/invalidurlmodification", resp.headers["Location"]))
    ], ],
    expected_response_status=HTTP_400_BAD_REQUEST, expected_response_status=HTTP_400_BAD_REQUEST,
    ) )
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment