Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 2, 2024
1 parent 793fde8 commit 003c937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/test_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ test_invalid_removal() {

# Check script does not save invalid domains to manual review file
[[ "$script_to_test" == 'validate' ]] && return

{
printf "invalid-test-com\n"
printf "100.100.100.100\n"
Expand All @@ -446,6 +445,7 @@ test_redundant_removal() {
fi
# Test addition of new wildcard from wildcard file
# (manually adding a new wildcard to wildcards file)

# Existing redundant domain in raw file
printf "domain.redundant-test.com\n" >> input.txt
# INPUT
Expand Down

0 comments on commit 003c937

Please sign in to comment.