Build: #307 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Add one property: Test case result

The below summarizes the result of the test "Add one property" in build 307 of FLARECAST - propertyservice - Default Job. View test case history
Description
Add one property
Test class
property_tests.PropertyTests
Method
test_add_one_property
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

IndexError: list index out of range
self = <tests.property_tests.PropertyTests testMethod=test_add_one_property>

    def setUp(self):
        super(PropertyTests, self).setUp()
        data = self.client.get_properties(TEST_PROVENANCE)
>       self.flarecast_id = data[0]['fc_id']
E       IndexError: list index out of range

property_tests.py:15: IndexError