When I have the security test pass locally. Then push my change. The website still shows my test failed.
I use the “make push” command
When I have the security test pass locally. Then push my change. The website still shows my test failed.
I use the “make push” command
Hello Leslie
make push
is just a shortcut for git add . && git commit -m 'security fix' && git push
It pushes the changes to the code made after the challenge has been started
If changes are made before the challenge is started, the test will not show up
Using make push doesn’t push anything if there are no changes
I suspect that was the issue here, the challenge was expired / wasn’t started
Hope that helps