fixing functional test

This commit is contained in:
Gabriel Falcão 2015-12-13 07:57:31 -02:00
parent 18b6604145
commit 40e07033fd
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ class Entry(BaseClass):
headers
)
headers.update({
'content-length': len(self.body)
'content-length': byte_type(len(self.body))
})
string_list = [