fix: test: test_add_rec_add_invalid_url

This commit is contained in:
rachmadaniHaryono 2018-08-06 15:47:38 +08:00
parent 41b8785a4e
commit 9d2b414384

View File

@ -1007,7 +1007,7 @@ def test_add_rec_add_invalid_url(caplog, url):
],
[
{'url': 'http://example.com', 'tags_in': 'tag1'},
('http://example.com', 'Example Domain', ',tag1', '', 0),
('http://example.com', 'Example Domain', ',tag1,', '', 0),
],
[
{'url': 'http://example.com', 'tags_in': ',tag1'},