summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: