Fix hound issues

pull/16271/head
cgonzalez 3 years ago
parent 2baa057c8f
commit 6e4fd59a61

@ -15,7 +15,7 @@ describe('data/wms-service', function () {
expect(resultURL.indexOf('type=wms')).toBeGreaterThan(0);
});
it("should keep extra params in the URL", function () {
it('should keep extra params in the URL', function () {
var url = 'http://myURL?request=GetCapabilities&service=WMS&type=wms&FORMAT=image/png24';
this.wmsService.setUrl(url);
var resultURL = this.wmsService.generateURL({ method: 'create' });

Loading…
Cancel
Save