Fix unsuspend test

This commit is contained in:
Ben Lopatin
2016-04-08 13:47:43 -04:00
parent eed4df564d
commit 46051fd248
+1 -1
View File
@@ -81,7 +81,7 @@ class TestUser(ClientBaseTestCase):
def test_unsuspend_user(self, request):
prepare_response(request)
self.client.unsuspend(123, 1, "Testing")
self.client.unsuspend(123)
self.assertRequestCalled(request, 'PUT', '/admin/users/123/unsuspend')