You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove deprecated authentication test for invoke endpoint
This commit removes the `test_invoke_requires_auth_when_enabled` test case from the FastAPI app endpoints. The test was enforcing authentication for the `/invoke` endpoint when the auth key was configured, but it is no longer necessary. This cleanup helps streamline the test suite and improve maintainability.
No functional changes were made to the application code.
0 commit comments