Update test/component/Elsa.Workflows.ComponentTests/Scenarios/Activities/Http/Workflows/BlockedFileExtensionWorkflow.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2f9d6c1ec3
commit
859a14ede2
|
|
@ -9,7 +9,7 @@ namespace Elsa.Workflows.ComponentTests.Scenarios.Activities.Http.Workflows;
|
|||
|
||||
public class BlockedFileExtensionWorkflow : WorkflowBase
|
||||
{
|
||||
private static readonly string DefinitionId = Guid.NewGuid().ToString();
|
||||
public static readonly string DefinitionId = Guid.NewGuid().ToString();
|
||||
|
||||
protected override void Build(IWorkflowBuilder builder)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue