dify/api/tests/test_containers_integration...
QuantumGhost 223c1a8089
test(api): fix flaky tests in TestWorkflowDraftVariableService (#23749)
Fix flaky test
`TestWorkflowDraftVariableService.test_list_variables_without_values_success`
caused by low entropy in test data generation that led to
duplicate values violating unique constraints.

Also improve data generation in other tests within
`TestWorkflowDraftVariableService` to reduce the likelihood of
generating duplicate test data.
2025-08-11 17:39:58 +08:00
..
factories Feat add testcontainers test (#23269) 2025-08-04 19:27:36 +08:00
services test(api): fix flaky tests in TestWorkflowDraftVariableService (#23749) 2025-08-11 17:39:58 +08:00
workflow Feat add testcontainers test (#23269) 2025-08-04 19:27:36 +08:00
__init__.py Feat add testcontainers test (#23269) 2025-08-04 19:27:36 +08:00
conftest.py Feat add testcontainers test (#23269) 2025-08-04 19:27:36 +08:00