Skip to content

Commit

Permalink
Fix test with nested f-strings Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Augar committed Apr 11, 2024
1 parent 2e75f40 commit 956bf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/json/test_charge.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ async def test_Charge_failed(caplog: pytest.LogCaptureFixture) -> None:
assert (
"deebot_client.commands.json.common",
logging.WARNING,
f'Command "charge" was not successfully. body={json['resp']['body']}',
f'Command "charge" was not successfully. body={json["resp"]["body"]}',
) in caplog.record_tuples

0 comments on commit 956bf8c

Please sign in to comment.