This commit is contained in:
Rodrigo Chacon
2013-01-14 04:43:02 -02:00
committed by Rodrigo Chacon
parent 11a8c78aa5
commit 50ddd78b89
+2 -4
View File
@@ -1,9 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import base64
import unittest
import httpbin
import unittest
import base64
def _string_to_base64(string):
@@ -54,7 +54,5 @@ class HttpbinTestCase(unittest.TestCase):
self.assertNotIn('Access-Control-Allow-Headers', response.headers) # FIXME should we add any extra headers?
if __name__ == '__main__':
unittest.main()