dify/api/tests/unit_tests/controllers/openapi
Xiyuan Chen d2788d7aba
feat(openapi): redesign auth pipeline with per-token-type routing (#36693)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-27 12:45:30 +00:00
..
auth feat(openapi): redesign auth pipeline with per-token-type routing (#36693) 2026-05-27 12:45:30 +00:00
__init__.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
conftest.py feat(openapi): redesign auth pipeline with per-token-type routing (#36693) 2026-05-27 12:45:30 +00:00
test_account.py feat(openapi): redesign auth pipeline with per-token-type routing (#36693) 2026-05-27 12:45:30 +00:00
test_app_describe_query.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_app_list_query.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_app_payloads.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_app_run_dispatch.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_app_run_streaming.py feat(openapi): redesign auth pipeline with per-token-type routing (#36693) 2026-05-27 12:45:30 +00:00
test_apps_permitted_external_query.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_audit_app_run.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_cors.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_device_approve_deny.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_device_code.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_device_lookup.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_device_sso.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_device_token.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_health.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_human_input_form.py feat(openapi): redesign auth pipeline with per-token-type routing (#36693) 2026-05-27 12:45:30 +00:00
test_input_schema.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_meta_version.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_models.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_oauth_sso_claims.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_oauth_sso_csrf.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_oauth_sso_host_header.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_pagination_envelope.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_workflow_events_openapi.py feat(openapi): redesign auth pipeline with per-token-type routing (#36693) 2026-05-27 12:45:30 +00:00
test_workspaces_members.py feat(openapi): redesign auth pipeline with per-token-type routing (#36693) 2026-05-27 12:45:30 +00:00
test_workspaces.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00