Fix tests
This commit is contained in:
parent
973b23856c
commit
e07672fff1
4 changed files with 38 additions and 32 deletions
|
@ -135,4 +135,4 @@ class UserViews(TestCase):
|
|||
with patch("bookwyrm.views.user.is_api_request") as is_api:
|
||||
is_api.return_value = False
|
||||
with self.assertRaises(Http404):
|
||||
view(request, "rat")
|
||||
view(request, "rat")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue