Skip to content

Commit ca1312f

Browse files
committed
lint
1 parent 5b876f4 commit ca1312f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/demo_app/test_async_other_apis.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,4 @@ async def test_qs_(self, transactional_db, easy_api_client):
115115
)
116116
assert response.status_code == 200
117117

118-
data = response.json().get("data")
119-
120-
assert data[0]["title"] == "AsyncAPIEvent_create_qs_0"
118+
assert response.json().get("data")[0]["title"] == "AsyncAPIEvent_create_qs_0"

0 commit comments

Comments
 (0)