From 4a173ec12a2acbf182565ce853ff664da4bbf2b8 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Tue, 29 Jul 2025 12:14:48 +0100 Subject: [PATCH] error change --- testing/cucumber/features/examples.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/cucumber/features/examples.feature b/testing/cucumber/features/examples.feature index 398a80ce1..b534eca29 100644 --- a/testing/cucumber/features/examples.feature +++ b/testing/cucumber/features/examples.feature @@ -25,7 +25,7 @@ Feature: API Validation | password | wrongPassword | When I send the API request to the endpoint "/api/v1/security/remove-password" Then the response status code should be 500 - And the response should contain error message "Internal Server Error" + And the response should contain error message "Cannot decrypt PDF, the password is incorrect" @positive @info Scenario: Get info