Skip to content

Commit 7a5ad08

Browse files
committed
fix(test): Fix expression in tornado_server app
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent bcc2e41 commit 7a5ad08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/apps/tornado_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
app_thread = None
1010

11-
if not any((app_thread, os.environ.get('GEVENT_TEST'), os.environ.get('CASSANDRA_TEST')):
11+
if not any((app_thread, os.environ.get('GEVENT_TEST'), os.environ.get('CASSANDRA_TEST'))):
1212
testenv["tornado_port"] = 10813
1313
testenv["tornado_server"] = ("http://127.0.0.1:" + str(testenv["tornado_port"]))
1414

0 commit comments

Comments
 (0)