Skip to content

GH-4213: Re-enable Groq API integration tests #4214

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Hyeri1ee
Copy link

Description

Re-enables Groq API integration tests that were previously disabled due to reported API outage on 26.01.2025. The API is now operational as confirmed by HTTP 401 response (indicating the API is up, just requires authentication).

Changes

  • Re-enable Groq API tests in OpenAiCompatibleChatModelIT.java
  • Update comment to reflect current API status
  • Confirm API is operational via HTTP 401 response

Related Issue

Closes #4213

Testing

  • Verified Groq API is operational (HTTP 401 response)
  • Confirmed tests run when GROQ_API_KEY environment variable is set
  • All existing tests continue to pass
  • No impact on other API integration tests

Checklist

  • Signed-off-by line added to commit (git commit -s)
  • Changes rebased on latest main branch
  • Unit tests added/updated as needed
  • Build passes and all tests pass
  • Follows Spring AI contribution guidelines

Additional Context

This PR restores previously working functionality that was temporarily disabled. The Groq API tests provide valuable integration test coverage for OpenAI-compatible API endpoints and should be re-enabled now that the API is operational.

Fixes spring-projectsGH-4213 (spring-projects#4213)

* re-enable Groq API tests in OpenAiCompatibleChatModelIT
* update comment to reflect current API status
* confirm API is operational via HTTP 401 response

Signed-off-by: Hyeri1ee <[email protected]>
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.

Bug: Groq API tests are disabled despite API being operational
1 participant