We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5721c0 commit 2e01e03Copy full SHA for 2e01e03
util/opentelemetry-util-genai/tests/test_upload.py
@@ -399,7 +399,7 @@ def test_system_insruction_is_hashed_to_avoid_reupload(self):
399
expected_file_name,
400
)
401
# Content should not have been overwritten.
402
- self.assert_fsspec_equal(expected_file_name, b"asg")
+ self.assert_fsspec_equal(expected_file_name, "asg")
403
404
def test_upload_completions(self):
405
tracer = self.tracer_provider.get_tracer(__name__)
0 commit comments