Skip to content

Commit

Permalink
fixup! Agent: Fix Authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
holesch committed Aug 10, 2024
1 parent 0533ddb commit af7ff74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ def __init__(self):
self.reserve_pending = asyncio.Event()
self.reserve_continue.set()

def set_api_object(self, _):
pass

async def reserve(self, candidate_ids):
self.reserve_pending.set()
try:
Expand Down

0 comments on commit af7ff74

Please sign in to comment.