Skip to content

Commit

Permalink
remove dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto authored Apr 18, 2024
1 parent 13ed810 commit 9573c25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/dao/src/main/java/com/akto/dto/testing/TestResult.java
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 9573c25

Please sign in to comment.