Skip to content

Commit 3423fc1

Browse files
prints no_proxy var
1 parent d6eb390 commit 3423fc1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_tpp_token.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ def __init__(self, *args, **kwargs):
4343

4444
def test_tpp_token_enroll(self):
4545
cn = f"{random_word(10)}.venafi.example.com"
46+
no_proxy_value = os.environ.get('no_proxy')
47+
print(f'\nno_proxy_value: {no_proxy_value or "<no_proxy_set>"}\n')
4648
try:
4749
cert_id, pkey, cert, _, cert_guid = enroll(self.tpp_conn, self.tpp_zone, cn)
4850
cert_config = self.tpp_conn._get_certificate_details(cert_guid)

0 commit comments

Comments
 (0)