aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-04-16 17:08:35 -0400
committerW. Trevor King <wking@drexel.edu>2011-04-16 17:08:35 -0400
commit36699d8265073403f17afb4294b4dba07f52e88b (patch)
tree783a12a77afa19f25e37e23eb50f1fa8e270f83c /libbe/storage
parent7cb2e5dceb0f459b16f16044e4ae2f5de3c2675e (diff)
downloadbugseverywhere-36699d8265073403f17afb4294b4dba07f52e88b.tar.gz
Add --notify to `be serve`.
Diffstat (limited to 'libbe/storage')
-rw-r--r--libbe/storage/http.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbe/storage/http.py b/libbe/storage/http.py
index fe5bbc8..ee589a2 100644
--- a/libbe/storage/http.py
+++ b/libbe/storage/http.py
@@ -358,6 +358,7 @@ if TESTING == True:
# duplicated from libbe.command.serve.WSGITestCase
self.default_environ = {
'REQUEST_METHOD': 'GET', # 'POST', 'HEAD'
+ 'REMOTE_ADDR': '192.168.0.123',
'SCRIPT_NAME':'',
'PATH_INFO': '',
#'QUERY_STRING':'', # may be empty or absent