Skip to content

Commit

Permalink
Fix proto task def test
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Feb 1, 2024
1 parent 063d494 commit 73270ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_create_one_task_proto_any(self):
proto_any = any_pb2.Any()
proto_any.Pack(proto)
results = self.client.create_tasks(
[TaskInput(coroutine_uri="my-cool-coroutine", input=proto)]
[TaskInput(coroutine_uri="my-cool-coroutine", input=proto_any)]
)
id = results[0]
created_tasks = self.servicer.created_tasks
Expand Down

0 comments on commit 73270ae

Please sign in to comment.