Skip to content

Commit

Permalink
opentelemetry-instrumentation-openai-v2: add codefromthecrypt and fix…
Browse files Browse the repository at this point in the history
… yaml fixture (#2989)
  • Loading branch information
codefromthecrypt authored Nov 11, 2024
1 parent 4606cf2 commit bf8e281
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/component_owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ components:
- lzchen
- gyliu513
- nirga
- codefromthecrypt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interactions:
host:
- api.openai.com
user-agent:
- OpenAI/Python 1.26.0
- OpenAI/Python 1.54.3
x-stainless-arch:
- arm64
x-stainless-async:
Expand All @@ -34,7 +34,9 @@ interactions:
x-stainless-os:
- MacOS
x-stainless-package-version:
- 1.26.0
- 1.54.3
x-stainless-retry-count:
- '0'
x-stainless-runtime:
- CPython
x-stainless-runtime-version:
Expand All @@ -56,13 +58,13 @@ interactions:
CF-Cache-Status:
- DYNAMIC
CF-RAY:
- 8dd0709dffd19c8c-SIN
- 8e0ca7056be15f93-SIN
Connection:
- keep-alive
Content-Type:
- application/json; charset=utf-8
Date:
- Mon, 04 Nov 2024 00:20:44 GMT
- Mon, 11 Nov 2024 07:43:38 GMT
Server:
- cloudflare
Set-Cookie: test_set_cookie
Expand All @@ -80,7 +82,7 @@ interactions:
vary:
- Origin
x-request-id:
- req_e08854c4f7d5104af6fdc755caed30fc
- req_75175efff56c313161c136c479e082ac
status:
code: 404
message: Not Found
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def deserialize(cassette_string):
return yaml.load(cassette_string, Loader=yaml.Loader)


@pytest.fixture(scope="module")
@pytest.fixture(scope="module", autouse=True)
def fixture_vcr(vcr):
vcr.register_serializer("yaml", PrettyPrintJSONBody)
return vcr
Expand Down

0 comments on commit bf8e281

Please sign in to comment.