mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
Remove unnecessary f-string definition to make tests pass (#58)
This commit is contained in:
parent
ed57563e8b
commit
e37244de0f
@ -93,7 +93,7 @@ async def test_brightness(dev):
|
||||
assert "Setting brightness" in res.output
|
||||
|
||||
res = await runner.invoke(brightness, obj=dev)
|
||||
assert f"Brightness: 12" in res.output
|
||||
assert "Brightness: 12" in res.output
|
||||
|
||||
|
||||
async def test_temperature(dev):
|
||||
|
Loading…
Reference in New Issue
Block a user