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" }, )