This commit is contained in:
Thiago Moretto
2024-08-29 15:58:47 -03:00
parent cda1900b14
commit 5f359b14f7

View File

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