Minor fixes based on comments.

This commit is contained in:
Chris Church
2016-02-03 13:18:49 -05:00
parent b08a2d1d88
commit ab8e37eeaa
5 changed files with 4 additions and 18 deletions

View File

@@ -31,7 +31,6 @@ class ActivityStreamTest(BaseTest):
self.options(url, expect=200)
self.head(url, expect=200)
response = self.get(url, expect=200)
print response
self.check_pagination_and_size(response, 1, previous=None, next=None)
def test_basic_fields(self):