Skip to content

Commit f1c98a4

Browse files
committed
debug
1 parent 20db5bd commit f1c98a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def test_tpp_token_enroll_with_service_generated_csr(self):
295295
cert_config = self.tpp_conn._get_certificate_details(cert_guid)
296296
self.assertEqual(cert_config["Origin"], "Venafi VCert-Python")
297297
except Exception as err:
298-
self.fail("Error in test: %s" % err)
298+
self.fail("Error in test: %s" % err.message)
299299

300300
def test_tpp_token_enroll_with_custom_fields(self):
301301
cn = random_word(10) + ".venafi.example.com"

0 commit comments

Comments
 (0)