summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-12 23:04:36 -0400
committerChris McDonough <chrism@plope.com>2011-09-12 23:04:36 -0400
commit1ea7af1566c15d91f8cff7b4abe77325d116205c (patch)
tree604833669d8bfedfb575e0f277568e571080bfc1
parentacec46ea1e3fe82e39691f94ce6ec6789e53b3b5 (diff)
downloadpyramid-1ea7af1566c15d91f8cff7b4abe77325d116205c.tar.gz
pyramid-1ea7af1566c15d91f8cff7b4abe77325d116205c.tar.bz2
pyramid-1ea7af1566c15d91f8cff7b4abe77325d116205c.zip
debugtoolbar identifier changed
-rw-r--r--pyramid/scaffolds/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/scaffolds/tests.py b/pyramid/scaffolds/tests.py
index d5fcba67c..fe5d6957a 100644
--- a/pyramid/scaffolds/tests.py
+++ b/pyramid/scaffolds/tests.py
@@ -50,7 +50,7 @@ class TemplateTest(object):
resp = conn.getresponse()
assert resp.status == 200, ininame
data = resp.read()
- toolbarchunk = '<div id="flDebug"'
+ toolbarchunk = '<div id="pDebug"'
if hastoolbar:
assert toolbarchunk in data, ininame
else: