Skip to content

Commit dd932f0

Browse files
authored
fix tests
1 parent f62273b commit dd932f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ async def test_tune(aresponses: ResponsesMockServer) -> None:
328328
"""Test tune is handled correctly."""
329329
aresponses.add(
330330
MATCH_HOST,
331-
"/launch/tvinput.dtv?ch=13.4",
331+
"/launch/tvinput.dtv?ch=13.4&chan=13.4&lcn=13.4",
332332
"POST",
333333
aresponses.Response(status=200, text="OK"),
334334
match_querystring=True,

0 commit comments

Comments
 (0)