We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199cc61 commit afa614aCopy full SHA for afa614a
1 file changed
test/leaflet/mapping/TileLayer.WMTSSpec.js
@@ -103,5 +103,7 @@ describe('leaflet_TileLayerWMTS', () => {
103
const tileUrl = WMTStiledMapLayerObject.getTileUrl(coords)
104
expect(tileUrl).not.toBeNull();
105
expect(tileUrl).toBe(GlobeParameter.WMTSURL + '/China/default/Custom_China/NaN/0/0.png?token=test');
106
+ SecurityManager.destroyToken(url);
107
+ SecurityManager.destroyAllCredentials();
108
});
109
0 commit comments