From a211149d2a1bdf21b970cdff1bd5a31a9ecdadaf Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Tue, 27 Jan 2015 16:26:01 -0200 Subject: #184 not creating empty tags of any length (as opposed to only empty strings with len==0) --- service/test/integration/test_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/integration') diff --git a/service/test/integration/test_tags.py b/service/test/integration/test_tags.py index b32e89c7..0efcbb6b 100644 --- a/service/test/integration/test_tags.py +++ b/service/test/integration/test_tags.py @@ -46,7 +46,7 @@ class TagsTest(SoledadTestBase): mail = MailBuilder().with_subject('Mail with tags').build_input_mail() self.client.add_mail_to_inbox(mail) - self.post_tags(mail.ident, self._tags_json(['tag1', ''])) + self.post_tags(mail.ident, self._tags_json(['tag1', ' '])) mail = self.get_mail(mail.ident) -- cgit v1.2.3