Skip to content

Commit b5433d5

Browse files
committed
lint: minor update
1 parent 5fb5dce commit b5433d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/demo_app/test_async_auto_crud_apis.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,7 @@ async def test_crud_default_patch(self, transactional_db, easy_api_client):
249249
)
250250
assert response.status_code == 200
251251
data = response.json().get("data")
252-
from pprint import pprint
253252

254-
pprint(vars(response))
255253
assert len(data["owner"]) == 2
256254
assert len(data["lead_owner"]) == 0
257255
assert data["owner"][0]["name"] == "Client E for Unit Testings"

0 commit comments

Comments
 (0)