|
self.assertEqual(len(all_hosts), 12, "There should be 12 hosts from the response")
|
|
self.assertEqual(len(all_hosts), 12, "There should be 12 hosts from the response")
|
|
self.assertEqual(all_hosts.to_json_dict(), expected_hosts_dict)
|
|
self.assertEqual(all_hosts.to_json_dict(), expected_hosts_dict)
|