We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4299e5 commit a576ad8Copy full SHA for a576ad8
tests/conftest.py
@@ -50,6 +50,7 @@ def vcr_config():
50
("x-stainless-package-version", None),
51
("x-stainless-runtime", None),
52
("x-stainless-runtime-version", None),
53
+ ("x-api-key", None),
54
],
55
"before_record_response": clear_response,
56
# Request must has the same body as the recorded request:
0 commit comments