Update unittests

This commit is contained in:
Heiner Lohaus 2024-11-18 18:23:16 +01:00
parent 8bc456f3b6
commit 2fe43166cc
5 changed files with 20 additions and 29 deletions

View file

@ -64,6 +64,7 @@ class Copilot(AbstractProvider):
websocket_url = cls.websocket_url
access_token = None
headers = None
cookies = conversation.cookie_jar if conversation is not None else None
if cls.needs_auth:
if conversation is None or conversation.access_token is None: