Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby openai intermittent failure fix #3030

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

tannalynn
Copy link
Contributor

@tannalynn tannalynn commented Jan 23, 2025

when client is created it gives it a face access token. the error we were seeing was when connection_client is used in the first test run instead of client, it was mad about not having any access token. so I made it create the client in connection_client and that made it work.
resolves #3031

Copy link
Contributor

SimpleCov Report

Coverage Threshold
Line 93.55% 93%

@tannalynn tannalynn marked this pull request as ready for review January 23, 2025 19:38
@tannalynn tannalynn merged commit 3d4264e into dev Jan 23, 2025
39 checks passed
@tannalynn tannalynn deleted the ruby_openai_340_intermittent_failure branch January 23, 2025 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ruby openai intermittent test failure
2 participants