Remove Thread.type

This commit is contained in:
Mads Marquart
2020-01-08 23:52:14 +01:00
parent 64f55a572e
commit 4199439e07
7 changed files with 8 additions and 18 deletions

View File

@@ -11,7 +11,6 @@ def test_search_for(client1):
u = users[0]
assert u.id == "4"
assert u.type == ThreadType.USER
assert u.photo[:4] == "http"
assert u.url[:4] == "http"
assert u.name == "Mark Zuckerberg"