diff options
author | W. Trevor King <wking@drexel.edu> | 2011-04-16 17:08:35 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2011-04-16 17:08:35 -0400 |
commit | 36699d8265073403f17afb4294b4dba07f52e88b (patch) | |
tree | 783a12a77afa19f25e37e23eb50f1fa8e270f83c /libbe/storage/http.py | |
parent | 7cb2e5dceb0f459b16f16044e4ae2f5de3c2675e (diff) | |
download | bugseverywhere-36699d8265073403f17afb4294b4dba07f52e88b.tar.gz |
Add --notify to `be serve`.
Diffstat (limited to 'libbe/storage/http.py')
-rw-r--r-- | libbe/storage/http.py | 1 |
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 |