File tree 3 files changed +9
-6
lines changed
instrumentation-genai/opentelemetry-instrumentation-openai-v2/tests
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -73,3 +73,4 @@ components:
73
73
- lzchen
74
74
- gyliu513
75
75
- nirga
76
+ - codefromthecrypt
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ interactions:
24
24
host :
25
25
- api.openai.com
26
26
user-agent :
27
- - OpenAI/Python 1.26.0
27
+ - OpenAI/Python 1.54.3
28
28
x-stainless-arch :
29
29
- arm64
30
30
x-stainless-async :
@@ -34,7 +34,9 @@ interactions:
34
34
x-stainless-os :
35
35
- MacOS
36
36
x-stainless-package-version :
37
- - 1.26.0
37
+ - 1.54.3
38
+ x-stainless-retry-count :
39
+ - ' 0'
38
40
x-stainless-runtime :
39
41
- CPython
40
42
x-stainless-runtime-version :
@@ -56,13 +58,13 @@ interactions:
56
58
CF-Cache-Status :
57
59
- DYNAMIC
58
60
CF-RAY :
59
- - 8dd0709dffd19c8c -SIN
61
+ - 8e0ca7056be15f93 -SIN
60
62
Connection :
61
63
- keep-alive
62
64
Content-Type :
63
65
- application/json; charset=utf-8
64
66
Date :
65
- - Mon, 04 Nov 2024 00:20:44 GMT
67
+ - Mon, 11 Nov 2024 07:43:38 GMT
66
68
Server :
67
69
- cloudflare
68
70
Set-Cookie : test_set_cookie
@@ -80,7 +82,7 @@ interactions:
80
82
vary :
81
83
- Origin
82
84
x-request-id :
83
- - req_e08854c4f7d5104af6fdc755caed30fc
85
+ - req_75175efff56c313161c136c479e082ac
84
86
status :
85
87
code : 404
86
88
message : Not Found
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def deserialize(cassette_string):
161
161
return yaml .load (cassette_string , Loader = yaml .Loader )
162
162
163
163
164
- @pytest .fixture (scope = "module" )
164
+ @pytest .fixture (scope = "module" , autouse = True )
165
165
def fixture_vcr (vcr ):
166
166
vcr .register_serializer ("yaml" , PrettyPrintJSONBody )
167
167
return vcr
You can’t perform that action at this time.
0 commit comments