Build: #354 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Get all property groups with eq: Test case result

The below summarizes the result of the test "Get all property groups with eq" in build 354 of FLARECAST - propertyservice - Default Job. View test case history
Description
Get all property groups with eq
Test class
query_tests.QueryTests
Method
test_get_all_property_groups_with_eq
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

AssertionError: 2 != 1
self = <tests.query_tests.QueryTests testMethod=test_get_all_property_groups_with_eq>

    def test_get_all_property_groups_with_eq(self):
        groups = self.client.get_properties(TEST_DATASET,
                                            'test1=eq(500)')
>       self.assertEqual(2, len(groups))
E       AssertionError: 2 != 1

query_tests.py:28: AssertionError