summaryrefslogtreecommitdiff
path: root/paste/fixture.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-02-28 20:29:52 +0000
committerianb <devnull@localhost>2006-02-28 20:29:52 +0000
commitb48e1693e68bda883342b13871a0870aa4bf9509 (patch)
treefe3328c4f928f5fc2c848bbf964b08808ab27075 /paste/fixture.py
parent7a97d609a29051be71db1e746b7ccb773f50addf (diff)
downloadpaste-b48e1693e68bda883342b13871a0870aa4bf9509.tar.gz
Stupid typos from last commit
Diffstat (limited to 'paste/fixture.py')
-rw-r--r--paste/fixture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/fixture.py b/paste/fixture.py
index a44daf6..9a1d4d7 100644
--- a/paste/fixture.py
+++ b/paste/fixture.py
@@ -299,7 +299,7 @@ class TestApp(object):
raise_on_wsgi_error = not req.expect_errors
raw_res = wsgilib.raw_interactive(
app, req.url,
- raise_on_wsgi_error=raise_on_wsgi_error
+ raise_on_wsgi_error=raise_on_wsgi_error,
**req.environ)
end_time = time.time()
finally: