Skip to content

Commit e96eabc

Browse files
committed
Add assertion to check that log is present
1 parent 7d8951f commit e96eabc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_node_application.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ def test_node_application_basic():
2121

2222
assert_basic_application()
2323

24-
def test_node_application_options():
24+
def test_node_application_options(wait_for_record):
2525
client.load('options')
2626

2727
assert_basic_application()
28+
assert wait_for_record(r'constructor was called with unsupported') is not None
2829

2930

3031
def test_node_application_loader_unit_http():

0 commit comments

Comments
 (0)