Skip to content

Commit

Permalink
Config vcr to hide x-api-key
Browse files Browse the repository at this point in the history
  • Loading branch information
pamella committed Nov 19, 2024
1 parent a4299e5 commit a576ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def vcr_config():
("x-stainless-package-version", None),
("x-stainless-runtime", None),
("x-stainless-runtime-version", None),
("x-api-key", None),
],
"before_record_response": clear_response,
# Request must has the same body as the recorded request:
Expand Down

0 comments on commit a576ad8

Please sign in to comment.