gingeleski / cucumber-spring-security-tests

Cucumber/BDD security tests example for Java (Spring Boot API).
9 stars 8 forks source link

Existing security tests were broken by #44 #47

Open gingeleski opened 4 years ago

gingeleski commented 4 years ago

Under #44 there were some changes to the test accounts and their credentials.

These changes caused existing security tests to become inaccurate. As a knee-jerk reaction I threw on the @IgnoreTest tag and moved on.

Therefore, they need to be refactored. Test accounts as they're now set are described in the README.md file.

This issue may require additions to src/main/resources/import.sql also.