diff --git a/libs/dao/src/main/java/com/akto/dto/testing/TestResult.java b/libs/dao/src/main/java/com/akto/dto/testing/TestResult.java index c780d721ad..39686713e9 100644 --- a/libs/dao/src/main/java/com/akto/dto/testing/TestResult.java +++ b/libs/dao/src/main/java/com/akto/dto/testing/TestResult.java @@ -27,10 +27,8 @@ public enum TestError { FAILED_TO_CONVERT_TEST_REQUEST_TO_STRING("Failed to store test", false), INSUFFICIENT_MESSAGES("Insufficient messages", false), NO_AUTH_TOKEN_FOUND("No authentication token found", false), - FAILED_DOWNLOADING_NUCLEI_TEMPLATE("Failed downloading nuclei template", false), FAILED_DOWNLOADING_PAYLOAD_FILES("Failed downloading payload files", false), FAILED_BUILDING_URL_WITH_DOMAIN("Failed building URL with domain", false), - FAILED_REPLACING_VARIABLES_IN_NUCLEI_TEMPLATE("Failed replacing variables in nuclei template", false), EXECUTION_FAILED("Test execution failed", false), INVALID_EXECUTION_BLOCK("Invalid test execution block in template", true), NO_API_REQUEST("No test requests created", false),