Skip to content

Commit

Permalink
Add queryable to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RobQuincey-DC committed Jul 16, 2024
1 parent b61a5ba commit 2f25060
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/wms/capabilities.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ describe('WMS capabilities', () => {
'SLD 1.1.0',
],
name: 'GEOSERVICES_GEOLOGIE',
queryable: false,
styles: [
{
legendUrl: expect.stringContaining(
Expand All @@ -87,6 +88,7 @@ describe('WMS capabilities', () => {
},
keywords: [],
name: 'GEOLOGIE',
queryable: false,
styles,
title: 'Cartes géologiques',
children: [
Expand Down Expand Up @@ -129,6 +131,7 @@ describe('WMS capabilities', () => {
},
keywords: ['Geologie', 'INSPIRE:Geology', 'Geology'],
name: 'SCAN_F_GEOL1M',
queryable: false,
styles: [
{
legendUrl:
Expand Down Expand Up @@ -180,6 +183,7 @@ describe('WMS capabilities', () => {
},
keywords: ['Geologie', 'INSPIRE:Geology', 'Geology'],
name: 'SCAN_F_GEOL250',
queryable: false,
styles,
title: 'Carte géologique image de la France au 1/250000',
},
Expand Down Expand Up @@ -218,6 +222,7 @@ describe('WMS capabilities', () => {
},
keywords: ['Geologie', 'INSPIRE:Geology', 'Geology'],
name: 'SCAN_D_GEOL50',
queryable: false,
styles,
title: 'Carte géologique image de la France au 1/50 000e',
},
Expand All @@ -244,6 +249,7 @@ describe('WMS capabilities', () => {
},
keywords: [],
name: 'INHERIT_BBOX',
queryable: false,
styles: [
{
name: 'default',
Expand Down
1 change: 1 addition & 0 deletions src/wms/endpoint.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ describe('WmsEndpoint', () => {
},
keywords: [],
name: 'GEOLOGIE',
queryable: false,
styles: [
{
name: 'default',
Expand Down

0 comments on commit 2f25060

Please sign in to comment.