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 7d8951f commit e96eabcCopy full SHA for e96eabc
test/test_node_application.py
@@ -21,10 +21,11 @@ def test_node_application_basic():
21
22
assert_basic_application()
23
24
-def test_node_application_options():
+def test_node_application_options(wait_for_record):
25
client.load('options')
26
27
28
+ assert wait_for_record(r'constructor was called with unsupported') is not None
29
30
31
def test_node_application_loader_unit_http():
0 commit comments