Fix test after breaking it with linting changes

This commit is contained in:
Raul Ochoa 2018-01-03 16:19:14 +00:00
parent c6ba9e6102
commit 3ceeaedf02

View File

@ -207,7 +207,7 @@ describe('ResourceLocator', function() {
);
assert.equal(
urls.https,
`https://cdn_${httpsSubdomain}'.ssl.cdn.carto.com/u/${USERNAME}/api/v1/map/${RESOURCE}`
`https://cdn_${httpsSubdomain}.ssl.cdn.carto.com/u/${USERNAME}/api/v1/map/${RESOURCE}`
);
});
});