Fix smoke test to use prod-auth endpoint instead of test-auth

This commit is contained in:
DJP 2025-11-26 10:20:59 -05:00
parent 9d207d0480
commit 98fb7eaee2

View file

@ -192,7 +192,7 @@ def main():
config = load_config('config/config.yaml')
# Get mTLS configuration
token_url = "https://test-auth.app-api.ferrero.com/00003/mm/token"
token_url = "https://prod-auth.app-api.ferrero.com/00003/mm/token"
cert_path = config['dam'].get('mtls_cert_path')
cert_password = config['dam'].get('mtls_cert_password')