Build: #351 failed
Job: Default Job failed
Add dataset twice: Test case result
The below summarizes the result of the test "Add dataset twice" in build 351 of FLARECAST - propertyservice - Default Job.
- Description
- Add dataset twice
- Test class
- provenance_tests.DatasetTests
- Method
- test_add_dataset_twice
- 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_dataset_twice>
def test_add_dataset_twice(self):
> result = self.client.add_dataset(TEST_DATASET)
E AttributeError: 'PropertyServiceClient' object has no attribute 'add_dataset'
provenance_tests.py:19: AttributeError