We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
follow-on to #148 … noticed by @JCEmmons …
Check HTTP URL ✓ Should not let me access http://≈≈≈.≈≈.≈≈/translate//rest/swagger.json
the URL calculation is incorrect, should be just bent(httpUrl, './rest/swagger.json', …
bent(httpUrl, './rest/swagger.json', …
var urlToPing = httpUrl + '/rest/swagger.json'; it('Should not let me access ' + urlToPing, () => bent(403, 301, urlToPing)); // not 200
the test passes OK, but could produce a false positive if this is not corrected.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
follow-on to #148 … noticed by @JCEmmons …
the URL calculation is incorrect, should be just
bent(httpUrl, './rest/swagger.json', …
the test passes OK, but could produce a false positive if this is not corrected.
The text was updated successfully, but these errors were encountered: