summaryrefslogtreecommitdiff
path: root/tests/api_test.py
diff options
context:
space:
mode:
authorRyan Williams <rdw@lindenlab.com>2010-02-21 14:23:20 -0500
committerRyan Williams <rdw@lindenlab.com>2010-02-21 14:23:20 -0500
commitdba52d1fec5ec49032c46e57a6f4040b7977161c (patch)
tree9fff08be4d9d6136b94c993a06d6bfb0536994b7 /tests/api_test.py
parent57d12ec6d4d0a2f9a894d81d9ff38dbeec72b71b (diff)
downloadeventlet-dba52d1fec5ec49032c46e57a6f4040b7977161c.tar.gz
Hub selection via environment variable obviates the need for the eventlethub. Fixed up docs to refer to it.
Diffstat (limited to 'tests/api_test.py')
-rw-r--r--tests/api_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/api_test.py b/tests/api_test.py
index c4652a8..ceb747f 100644
--- a/tests/api_test.py
+++ b/tests/api_test.py
@@ -24,7 +24,6 @@ def check_hub():
class TestApi(TestCase):
- mode = 'static'
certificate_file = os.path.join(os.path.dirname(__file__), 'test_server.crt')
private_key_file = os.path.join(os.path.dirname(__file__), 'test_server.key')