From d85f75bfcdcb14c5817a54a41bba4418db9d66a8 Mon Sep 17 00:00:00 2001 From: Vit Zikmund Date: Mon, 11 Mar 2024 17:57:39 +0100 Subject: [PATCH] fix(github): adapt github auth tests to new endpoints --- tests/auth/test_github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auth/test_github.py b/tests/auth/test_github.py index 66b137e..74a4066 100644 --- a/tests/auth/test_github.py +++ b/tests/auth/test_github.py @@ -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, ):