Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Pydantic for Enhanced Object Mapping #129

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(tests): resolved wrong value for the url query param
  • Loading branch information
BoggerByte committed Feb 20, 2024
commit a3fd7eb413bdd1b417020841586eade30c7c3a43
2 changes: 1 addition & 1 deletion tests/data/test_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"comment_count": 0,
"creator_id": "0",
"created_at": "2019-01-02T21:00:30.00000Z",
"url": "https://todoist.com/showTask?id=2995104339",
"url": "https://todoist.com/showTask?id=1234",
"due": DEFAULT_DUE_RESPONSE,
}

Expand Down