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 bcc2e41 commit 7a5ad08Copy full SHA for 7a5ad08
tests/apps/tornado_server/__init__.py
@@ -8,7 +8,7 @@
8
9
app_thread = None
10
11
-if not any((app_thread, os.environ.get('GEVENT_TEST'), os.environ.get('CASSANDRA_TEST')):
+if not any((app_thread, os.environ.get('GEVENT_TEST'), os.environ.get('CASSANDRA_TEST'))):
12
testenv["tornado_port"] = 10813
13
testenv["tornado_server"] = ("http://127.0.0.1:" + str(testenv["tornado_port"]))
14
0 commit comments