Build: #354 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Add link: Test case result

The below summarizes the result of the test "Add link" in build 354 of FLARECAST - propertyservice - Default Job. View test case history
Description
Add link
Test class
link_tests.LinkTests
Method
test_add_link
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

IndexError: list index out of range
self = <tests.link_tests.LinkTests testMethod=test_add_link>

    def test_add_link(self):
        result = self.client.add_link(self.flarecast_ids[0],
>                                     self.flarecast_ids[1],
                                      'test link',
                                      'test description')
E       IndexError: list index out of range

link_tests.py:19: IndexError