We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db51210 commit 3540594Copy full SHA for 3540594
api/tests/unit_tests/configs/test_dify_config.py
@@ -55,6 +55,8 @@ def test_dify_config(example_env_file):
55
# annotated field with configured value
56
assert config.HTTP_REQUEST_MAX_WRITE_TIMEOUT == 30
57
58
+ assert config.WORKFLOW_PARALLEL_DEPTH_LIMIT == 3
59
+
60
61
# NOTE: If there is a `.env` file in your Workspace, this test might not succeed as expected.
62
# This is due to `pymilvus` loading all the variables from the `.env` file into `os.environ`.
0 commit comments