mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
ci(postman): add tunnel collection to postman tests (#8269)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -293,6 +293,10 @@ pub fn generate_newman_command_for_connector() -> Result<ReturnArgs> {
|
||||
]);
|
||||
}
|
||||
|
||||
if let Ok(merchant_api_key) = env::var("MERCHANT_API_KEY") {
|
||||
newman_command.args(["--env-var", &format!("merchant_api_key={merchant_api_key}")]);
|
||||
}
|
||||
|
||||
newman_command.args([
|
||||
"--delay-request",
|
||||
format!("{}", &args.delay_request).as_str(),
|
||||
|
||||
Reference in New Issue
Block a user