Remove banner.txt as you can set it with a property in application.properties

This commit is contained in:
Nanne Baars 2021-03-30 17:52:36 +02:00 committed by Nanne Baars
parent 23f67b3d25
commit 14621003d7
20 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
package org.owasp.webgoat.challenges; package org.owasp.webgoat.challenges;
import org.hamcrest.CoreMatchers; import org.hamcrest.CoreMatchers;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith; import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.junit.jupiter.MockitoExtension; import org.mockito.junit.jupiter.MockitoExtension;