From eaac09dfd618e65e7fb70109cc9bd2ace7f37756 Mon Sep 17 00:00:00 2001 From: lukhipolito-nexxbiz Date: Wed, 3 Dec 2025 14:08:21 +0100 Subject: [PATCH] Update test/component/Elsa.Workflows.ComponentTests/Scenarios/Activities/Http/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../Scenarios/Activities/Http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/component/Elsa.Workflows.ComponentTests/Scenarios/Activities/Http/README.md b/test/component/Elsa.Workflows.ComponentTests/Scenarios/Activities/Http/README.md index 3c7fd72aa..7a3f3df53 100644 --- a/test/component/Elsa.Workflows.ComponentTests/Scenarios/Activities/Http/README.md +++ b/test/component/Elsa.Workflows.ComponentTests/Scenarios/Activities/Http/README.md @@ -61,7 +61,7 @@ The `Workflows/` directory contains test workflow implementations: - `JsonContentWorkflow.cs` - JSON content parsing - `FormDataWorkflow.cs` - Form data handling - `FileUploadWorkflow.cs` - File upload processing -- `SecurityTestWorkflows.cs` - Security-focused workflows including authentication and blocked extensions +- `BlockedFileExtensionWorkflow.cs` - Security-focused workflows including authentication and blocked extensions ## Key Features Tested