juspay / hyperswitch

An open source payments switch written in Rust to make payments fast, reliable and affordable
https://hyperswitch.io/
Apache License 2.0
11.99k stars 1.26k forks source link

ci(postman): log request id for user tests #5159

Closed apoorvdixit88 closed 3 months ago

apoorvdixit88 commented 3 months ago

Type of Change

Description

For user postman tests log x request id for every request.

Additional Changes

Motivation and Context

Closes #5158

How did you test it?

Use command

cargo run --bin test_utils -- --module-name="users" --base-url="http://localhost:8080" --admin-api-key="admin_api_key"

Results will contain x request id for every request: image Local Response in Postman Collection:

Screenshot 2024-06-28 at 4 25 19 PM Screenshot 2024-06-28 at 4 25 35 PM

Checklist