public-apis/scripts/validate
Matheus Felipe c2bdd9e5fc
Fix false negative http code 404 in verification
Some links when they were being checked returned the http code 404,
but the links were working correctly.

This was happening because before the request the link was concatenated
with the / character at the end, making it a different link from the
original. If the original link didn't have a path that is
accessed by / at the end, it would return a 404 error.

This behavior made it a false negative.
2022-02-07 07:09:01 -03:00
..
__init__.py Add format and links in validate scope 2022-01-17 19:24:45 -03:00
format.py Change sections -> columns in error message 2022-01-17 16:07:21 -03:00
links.py Fix false negative http code 404 in verification 2022-02-07 07:09:01 -03:00