From d82f91b32e71b3c356697bcceea27eb2842d7bff Mon Sep 17 00:00:00 2001 From: linearcombination <4829djaskdfj@gmail.com> Date: Fri, 27 Sep 2024 11:45:07 -0700 Subject: [PATCH] Update endpoint URLs for a couple backend tests --- tests/e2e/test_api_stet_docx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/test_api_stet_docx.py b/tests/e2e/test_api_stet_docx.py index 500b27c5..88818a14 100644 --- a/tests/e2e/test_api_stet_docx.py +++ b/tests/e2e/test_api_stet_docx.py @@ -10,7 +10,7 @@ def test_en_es_419_stet_docx() -> None: with TestClient(app=app, base_url=settings.api_test_url()) as client: response = client.post( - "/documents_stet_docx", + "/stet/documents_stet_docx", json={ "lang0_code": "en", "lang1_code": "es-419", @@ -25,7 +25,7 @@ def test_en_es_419_stet_docx() -> None: def test_en_abu_stet_docx() -> None: with TestClient(app=app, base_url=settings.api_test_url()) as client: response = client.post( - "/documents_stet_docx", + "/stet/documents_stet_docx", json={ "lang0_code": "en", "lang1_code": "abu",