mirror of
https://github.com/smittix/intercept.git
synced 2026-06-15 17:11:56 -07:00
Prefer no-squelch rtl_fm startup profile for Morse
This commit is contained in:
+2
-2
@@ -379,9 +379,9 @@ class TestMorseLifecycleRoutes:
|
||||
assert start_resp.get_json()['status'] == 'started'
|
||||
assert len(popen_cmds) >= 2
|
||||
assert '-E' in popen_cmds[0] and 'direct2' in popen_cmds[0]
|
||||
assert '-l' in popen_cmds[0]
|
||||
assert '-l' not in popen_cmds[0]
|
||||
assert '-E' in popen_cmds[1] and 'direct2' in popen_cmds[1]
|
||||
assert '-l' not in popen_cmds[1]
|
||||
assert '-l' in popen_cmds[1]
|
||||
|
||||
stop_resp = client.post('/morse/stop')
|
||||
assert stop_resp.status_code == 200
|
||||
|
||||
Reference in New Issue
Block a user