Skip to content

Commit

Permalink
Update spec/UtilSpec.js
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Arlt <378557+patrickarlt@users.noreply.github.com>
  • Loading branch information
gavinr-maps and patrickarlt committed Sep 28, 2023
1 parent e6a34cd commit 9cc9104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/UtilSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('Util', function () {
expect(style.glyphs).to.equal(`${fullGlyphUrl}?token=${token}`);
});

it('should include the token in the glyph URL when the the URL does start with http', function () {
it('should include the token in the glyph URL when the glyph URL start with https', function () {
const token = 'asdf';
const glyphUrl = 'https://tiles.arcgis.com/tiles/U2DMZtrcqfn913et/arcgis/rest/services/DynamicConsumerMapWebMercator/VectorTileServer/resources/fonts/{fontstack}/{range}.pbf';

Expand Down

0 comments on commit 9cc9104

Please sign in to comment.