Build: #354 failed
Job: Default Job failed
Get all property groups: Test case result
The below summarizes the result of the test "Get all property groups" in build 354 of FLARECAST - propertyservice - Default Job.
- Description
- Get all property groups
- Test class
- query_tests.QueryTests
- Method
- test_get_all_property_groups
- Duration
- < 1 sec
- Status
- Failed (Existing Failure)
Error Log
AssertionError: 3 != 1
self = <tests.query_tests.QueryTests testMethod=test_get_all_property_groups>
def test_get_all_property_groups(self):
groups = self.client.get_properties(TEST_DATASET)
> self.assertEqual(3, len(groups))
E AssertionError: 3 != 1
query_tests.py:18: AssertionError