try flask_restful -> flask_restx (#24310)

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
Asuka Minato
2025-08-24 14:45:47 +09:00
committed by GitHub
parent b84bb4164f
commit 18dce66443
141 changed files with 176 additions and 168 deletions

View File

@@ -1639,7 +1639,7 @@ class TestTenantService:
email = fake.email()
name = fake.name()
password = fake.password(length=12)
invalid_action = fake.word()
invalid_action = "invalid_action_that_doesnt_exist"
# Setup mocks
mock_external_service_dependencies[
"feature_service"