-
Notifications
You must be signed in to change notification settings - Fork 44
Update tests #111
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
Update tests #111
Conversation
|
The queryables tests are broken |
Co-authored-by: Vincent Sarago <[email protected]>
| ) -> Optional[Union[stac_types.Collection, Response]]: | ||
| """Update collection.""" | ||
|
|
||
| col = collection.model_dump(mode="json") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
by definition we should get a pydantic object as input but for some reason we get a Dict 😬
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha yea weird lol
* update stac-fastapi to next major version * update transaction endpoint * fix 201 errors * 201 in conftest * use latest stac-fastapi commit * Update tests (#111) * update test item tests * test collection tests * lint * test postgres * test api * more * update item * revert * remove hack * Update stac_fastapi/pgstac/core.py Co-authored-by: Vincent Sarago <[email protected]> * fix types --------- Co-authored-by: Vincent Sarago <[email protected]> * update and remove deprecated * update deprecated methods * remove context extension * update changelog --------- Co-authored-by: jonhealy1 <[email protected]>
Related Issue(s):
Description:
PR Checklist:
pre-commithooks pass locallymake test)make docs)