Fix smoke test to use prod-auth endpoint instead of test-auth
This commit is contained in:
parent
9d207d0480
commit
98fb7eaee2
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue