From 139dbe4a96524a2d256d6e30c2dc5e9e784cb71d Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 3 Dec 2024 08:18:54 -0800 Subject: [PATCH] fix test_completion_fine_tuned_model --- tests/local_testing/test_amazing_vertex_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local_testing/test_amazing_vertex_completion.py b/tests/local_testing/test_amazing_vertex_completion.py index 50a39b2424..a41f1a6ec7 100644 --- a/tests/local_testing/test_amazing_vertex_completion.py +++ b/tests/local_testing/test_amazing_vertex_completion.py @@ -2398,7 +2398,7 @@ def test_get_token_url(): @pytest.mark.asyncio async def test_completion_fine_tuned_model(): - # load_vertex_ai_credentials() + load_vertex_ai_credentials() mock_response = AsyncMock() def return_val():