Exercise: “Start here.java”
After completing the exercise on my local workstation, and verifying that the make securitytest
target passes, I committed and pushed my solution.
When I ran the tests by clicking the “Test” button, the securitytest
target failed. I tried a slightly different solution with the same result.
I tried forcing the make test
target to break by changing one of the tests, however this resulted in the same result (unit tests passed, security tests failed).
I note that the failure messages appear to be the same messages that appear when running the securitytest
on a clean repository (no changes).
Are the security tests being run on the server a different set of tests to the ones run via make securitytest
?
Let me know if I can provide any more specific information.