test(api): fix integration tests

pull/20699/head
QuantumGhost 11 months ago
parent b67a32db97
commit 6bb9fa4ec1

@ -30,6 +30,7 @@ class TestWorkflowDraftNodeVariableListApi:
node_id="test_node_1",
name="str_var",
value=build_segment("str_value"),
node_execution_id=str(uuid.uuid4()),
)
srv_instance = mock.create_autospec(WorkflowDraftVariableService, instance=True)
srv_class.return_value = srv_instance

Loading…
Cancel
Save