Skip to content

Commit

Permalink
set title
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed May 19, 2024
1 parent 2a0a209 commit 6ba6605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def assert_get_entries(client: Client):


def assert_insert(client: Client):
payload = Todo("baz")
payload = Todo()
payload.title = "baz"

message = client.test().insert(payload)

Expand Down

0 comments on commit 6ba6605

Please sign in to comment.