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

fix: Fix api_key missing error when adding a flow in ComposIO + tests #3432

Merged
merged 2 commits into from
Aug 19, 2024

Commits on Aug 19, 2024

  1. 🐛 (ComposioAPI.py): Fix issue where build_config was not being update…

    …d correctly when api_key is not empty
    Cristhianzl committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f0e97c1 View commit details
    Browse the repository at this point in the history
  2. 🐛 (GenericNode/index.tsx): Fix potential null pointer exception by ad…

    …ding non-null assertion operator to info property access
    
    ✨ (generalBugs-shard-11.spec.ts): Add end-to-end tests to ensure users can use ComposIO without api_key error and connect tools successfully
    Cristhianzl committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    64210ca View commit details
    Browse the repository at this point in the history