From 5f359b14f74560aecf27930e5042adc04ba6399f Mon Sep 17 00:00:00 2001 From: Thiago Moretto Date: Thu, 29 Aug 2024 15:58:47 -0300 Subject: [PATCH] Fix test --- tests/cli/deploy/test_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cli/deploy/test_api.py b/tests/cli/deploy/test_api.py index f1a6c573d..616a9ff3d 100644 --- a/tests/cli/deploy/test_api.py +++ b/tests/cli/deploy/test_api.py @@ -17,6 +17,7 @@ class TestCrewAPI(unittest.TestCase): { "Authorization": f"Bearer {self.api_key}", "Content-Type": "application/json", + "User-Agent": "CrewAI-CLI/no-version-found" }, )