Commit e50da909 authored by Łukasz Nowak's avatar Łukasz Nowak

Use httplib instead of cryptic magic number.

parent 9499e514
...@@ -147,4 +147,4 @@ class TestShaCacheExternal(ShaCacheMixin, ShaSecurityMixin, ERP5TypeTestCase): ...@@ -147,4 +147,4 @@ class TestShaCacheExternal(ShaCacheMixin, ShaSecurityMixin, ERP5TypeTestCase):
self.tic() self.tic()
finally: finally:
connection.close() connection.close()
self.assertEquals(302, result.status) self.assertEquals(httplib.FOUND, result.status)
23 24
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment