Skip to content

Fix: Update agent test imports to use codegen_api_client #1049

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

Closed
wants to merge 7 commits into from

Conversation

codegen-sh[bot]
Copy link
Contributor

@codegen-sh codegen-sh bot commented Apr 16, 2025

This PR fixes the failing tests in PR #1046 by updating the imports in the agent test files to use the new codegen_api_client package instead of the old codegen.agents.client.openapi_client path.

The original PR (#1046) updated the imports in the main code but missed updating the test files, which were still trying to import from the old location that has been removed.

Changes:

  • Updated imports in tests/unit/codegen/agents/test_agent.py to use the new package
  • Verified that tests now pass with these changes

This PR should be merged after PR #1046 is merged, as it depends on those changes.


💻 View my workAbout Codegen

@codegen-sh codegen-sh bot requested review from codegen-team and a team as code owners April 16, 2025 02:20
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.

1 participant