We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20db5bd commit f1c98a4Copy full SHA for f1c98a4
1 file changed
tests/test_e2e.py
@@ -295,7 +295,7 @@ def test_tpp_token_enroll_with_service_generated_csr(self):
295
cert_config = self.tpp_conn._get_certificate_details(cert_guid)
296
self.assertEqual(cert_config["Origin"], "Venafi VCert-Python")
297
except Exception as err:
298
- self.fail("Error in test: %s" % err)
+ self.fail("Error in test: %s" % err.message)
299
300
def test_tpp_token_enroll_with_custom_fields(self):
301
cn = random_word(10) + ".venafi.example.com"
0 commit comments