Build: #351 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Get dataset: Test case result

The below summarizes the result of the test "Get dataset" in build 351 of FLARECAST - propertyservice - Default Job. View test case history
Description
Get dataset
Test class
provenance_tests.DatasetTests
Method
test_get_dataset
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

AttributeError: 'PropertyServiceClient' object has no attribute 'get_datasets'
self = <tests.provenance_tests.DatasetTests testMethod=test_get_dataset>

    def test_get_dataset(self):
>       result = self.client.get_datasets()
E       AttributeError: 'PropertyServiceClient' object has no attribute 'get_datasets'

provenance_tests.py:23: AttributeError