This commit is contained in:
Thiago Moretto
2024-08-29 15:58:47 -03:00
parent b0e410f10e
commit d305c45273

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