From 9573c25f45acad98e98d7fe8165e097c35d4d72f Mon Sep 17 00:00:00 2001 From: Ankush Jain <91221068+ankush-jain-akto@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:49:05 +0530 Subject: [PATCH] remove dep --- libs/dao/src/main/java/com/akto/dto/testing/TestResult.java | 2 -- 1 file changed, 2 deletions(-) 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),