We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32a9cd1 + c9ec329 commit d2b0607Copy full SHA for d2b0607
tests/test_logs.py
@@ -201,8 +201,8 @@ def _call_action_can_get_logs():
201
server = lt.ThingServer({"logging_thing": ThingThatLogs})
202
with TestClient(server.app) as client:
203
response = client.post("/logging_thing/log_and_capture", json={"msg": "foobar"})
204
- response.raise_for_status()
205
- return poll_task(client, response.json())
+ response.raise_for_status()
+ return poll_task(client, response.json())
206
207
208
def test_action_can_get_logs():
0 commit comments