Build: #307 failed
Job: Default Job failed
Add link: Test case result
The below summarizes the result of the test "Add link" in build 307 of FLARECAST - propertyservice - Default Job.
- Description
- Add link
- Test class
- link_tests.LinkTests
- Method
- test_add_link
- Duration
- < 1 sec
- Status
- Failed (New 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:18: IndexError