Skip to content

Commit

Permalink
feat: try different subscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Oct 14, 2024
1 parent a4e76f5 commit 8ada2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/protocol_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async def test_AIQueryApi_create_task(ai_query_api_build_fixture, ai_query_api_s
assert agent.did.startswith("did:")
print('Agent service created:', agent.did)

await builder.ai_protocol.subscribe(eventsReceived, agent.did, ['step-updated'])
await builder.ai_protocol.subscribe(eventsReceived)
assert builder.ai_protocol.socket_client.connected
assert builder.room_id

Expand Down

0 comments on commit 8ada2d5

Please sign in to comment.