-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: update backend tests #975
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Risk Level 2 - /home/runner/work/quivr/quivr/backend/core/vectorstore/supabase.py The addition of the Risk Level 3 - /home/runner/work/quivr/quivr/backend/core/routes/chat_routes.py
Risk Level 3 - /home/runner/work/quivr/quivr/frontend/app/brains-management/[brainId]/components/BrainManagementTabs/components/SettingsTab/hooks/useSettingsTab.ts The changes in this file are moderate risk. The changes are mainly related to form submission and event handling. However, there are a few potential issues:
handleSubmit(true).then(() => {}).catch((error) => console.error(error)); This way, any errors that occur during the execution of
🔍🐛⏱️ Powered by Code Review GPT |
This reverts commit c746eb1.
* fix: update backend tests * fix(pytest): update types
Description