Fixing failing unit test

This commit is contained in:
Nanne Baars
2016-12-08 21:49:43 +01:00
parent f8c4d2232b
commit b8b632905d
5 changed files with 95 additions and 188 deletions

View File

@ -63,8 +63,6 @@ public class PluginsLoader {
log.error("No lessons found if you downloaded an official release of WebGoat please take the time to");
log.error("create a new issue at https://github.com/WebGoat/WebGoat/issues/new");
log.error("For developers run 'mvn package' first from the root directory.");
log.error("Stopping WebGoat...");
System.exit(1); //we always run standalone
}
return new Course(lessons);
}