We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62273b commit dd932f0Copy full SHA for dd932f0
tests/test_interface.py
@@ -328,7 +328,7 @@ async def test_tune(aresponses: ResponsesMockServer) -> None:
328
"""Test tune is handled correctly."""
329
aresponses.add(
330
MATCH_HOST,
331
- "/launch/tvinput.dtv?ch=13.4",
+ "/launch/tvinput.dtv?ch=13.4&chan=13.4&lcn=13.4",
332
"POST",
333
aresponses.Response(status=200, text="OK"),
334
match_querystring=True,
0 commit comments