Build: #351 failed
Job: Default Job failed
Add one dataset: Test case result
The below summarizes the result of the test "Add one dataset" in build 351 of FLARECAST - propertyservice - Default Job.
- Description
- Add one dataset
- Test class
- provenance_tests.DatasetTests
- Method
- test_add_one_dataset
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
AttributeError: 'PropertyServiceClient' object has no attribute 'add_dataset'
self = <tests.provenance_tests.DatasetTests testMethod=test_add_one_dataset>
def test_add_one_dataset(self):
> result = self.client.add_dataset(TEST_DATASET)
E AttributeError: 'PropertyServiceClient' object has no attribute 'add_dataset'
provenance_tests.py:11: AttributeError