fix broken external link test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
James 2020-11-16 19:46:37 +00:00
parent e8ebef4cc4
commit 0c30a268b8

View File

@ -25,7 +25,7 @@ app.get('/', function (request, response) {
});
app.get('/externalLink', function (request, response) {
response.end('<a href="http://example.com/"</a>');
response.end('<a href="http://example.com/">ext</a>');
});
app.get('/deeplink1', function (request, response) {