Build: #30 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Test results

  • 4 tests in total
  • 1 test failed
  • 1 failure is new
  • < 1 second taken in total.

Build 30 has the following 1 errors: 1 new failure(s) occurred since the previous build.

New test failures 1
Status Test Duration
Collapse Failed ProvenanceTests test_get_provenance History
< 1 sec
AttributeError: 'PropertyDBClient' object has no attribute 'get_provenances'
self = <tests.provenance_tests.ProvenanceTests testMethod=test_get_provenance>

    def test_get_provenance(self):
>       result = self.client.get_provenances()
E       AttributeError: 'PropertyDBClient' object has no attribute 'get_provenances'

provenance_tests.py:21: AttributeError