mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 08:27:29 -02:30
Minor fixes based on comments.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user