Skip to content

Commit

Permalink
Specify port as memcache now requires it.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
bbangert committed Jun 19, 2008
1 parent 27e130b commit 164da7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_memcached.py
Expand Up @@ -8,7 +8,7 @@
raise SkipTest("'memcache' or 'cmemcache' is not installed, can't test "
"memcached backend")

mc_url = '127.0.0.1'
mc_url = '127.0.0.1:11211'

def simple_app(environ, start_response):
extra_args = {}
Expand Down

0 comments on commit 164da7f

Please sign in to comment.