fix for response code for unhandled exception unit test
This commit is contained in:
parent
a84879d8d9
commit
9701519b5a
@ -1214,7 +1214,7 @@ class TestObjectController(unittest.TestCase):
|
|||||||
'Content-Length: 0\r\n\r\n')
|
'Content-Length: 0\r\n\r\n')
|
||||||
fd.flush()
|
fd.flush()
|
||||||
headers = readuntil2crlfs(fd)
|
headers = readuntil2crlfs(fd)
|
||||||
exp = 'HTTP/1.1 503'
|
exp = 'HTTP/1.1 500'
|
||||||
self.assertEquals(headers[:len(exp)], exp)
|
self.assertEquals(headers[:len(exp)], exp)
|
||||||
prosrv.rate_limit = orig_rate_limit
|
prosrv.rate_limit = orig_rate_limit
|
||||||
# Okay, back to chunked put testing; Create account
|
# Okay, back to chunked put testing; Create account
|
||||||
|
Loading…
x
Reference in New Issue
Block a user