Skip to content

Commit

Permalink
fix(github): adapt github auth tests to new endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-zikmund committed Mar 11, 2024
1 parent 5838665 commit d85f75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auth/test_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def auth_request(
headers = {"Authorization": req_auth_header}

with app.test_request_context(
f"/{org}/{repo}/objects/batch",
f"/{org}/{repo}.git/info/lfs/objects/batch",
method="POST",
headers=headers,
):
Expand Down

0 comments on commit d85f75b

Please sign in to comment.