diff --git a/tests/io/test_tags.py b/tests/io/test_tags.py index eeeba30e8..0ff71258e 100644 --- a/tests/io/test_tags.py +++ b/tests/io/test_tags.py @@ -854,7 +854,6 @@ def test_tags_edit_category_success(api, tagcat): check(resp, 'updated_at', 'datetime') check(resp, 'updated_by', str) check(resp, 'name', str) - # check(t, 'description', str, allow_none=True) check(resp, 'reserved', bool) assert resp['name'] == 'Edited'