You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/daily_test/test_daily_async_listen_websocket.py
+58-63Lines changed: 58 additions & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,11 @@
21
21
22
22
MODEL="general-nova-3"
23
23
24
-
# response constants
24
+
# test files
25
25
FILE1="testing-websocket.wav"
26
26
FILE2="preamble-websocket.wav"
27
-
FILE1_SMART_FORMAT="Testing. 123. Testing. 123."
28
-
FILE2_SMART_FORMAT1="We, the people of the United States, in order to form a more perfect union, establish justice, ensure domestic tranquility, provide for the common defense, promote the general welfare, and secure the blessings of liberty to ourselves and our posterity to ordain and establish this constitution for the United States of America."
29
-
FILE2_SMART_FORMAT2="We, the people of the United States, order to form a more perfect union, establish justice, ensure domestic tranquility, provide for the common defense, promote the general welfare, secure the blessings of liberty to ourselves and our posterity to ordain and establish this constitution. For the United States of America."
30
-
FILE2_SMART_FORMAT3="We, the people of the United States, order to form a more perfect union, establish justice, ensure domestic tranquility, provide for the common defense, promote the general welfare, secure the blessings of liberty to ourselves and our posterity to ordain and establish this constitution for the United States of America."
31
27
32
-
# Create a list of tuples to store the key-value pairs
28
+
# Create a list of tuples to store the key-value pairs for testing
0 commit comments