We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f92211 commit 2747d8cCopy full SHA for 2747d8c
tests/test_client.py
@@ -82,5 +82,4 @@ def test_generic_get_methods(rester):
82
83
elif name not in special_resters:
84
doc = rester.get_data_by_id(key_only_resters[name], fields=[key])
85
- print(doc.model_dump())
86
assert isinstance(doc, rester.document_model)
0 commit comments