Skip to content

Commit

Permalink
Fix optional tests
Browse files Browse the repository at this point in the history
Reverting part of b72f756 Change specification of expected exception
  • Loading branch information
index-git committed Feb 27, 2023
1 parent bf73de1 commit 519eea3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/dynamic_data/publications/wrong_input/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,8 @@
'code': 2,
'data': {'expected': 'Resampling method for gdaladdo utility, https://gdal.org/programs/gdaladdo.html',
'parameter': 'overview_resampling',
'data': {'found': 'no_overview_resampling',
'supported_values': settings.OVERVIEW_RESAMPLING_METHOD_LIST}, },
'detail': {'found': 'no_overview_resampling',
'supported_values': settings.OVERVIEW_RESAMPLING_METHOD_LIST}, },
},
},
KEY_PATCHES: {
Expand Down Expand Up @@ -673,7 +673,7 @@
'sync': True,
'code': 2,
'data': {'parameter': 'layername',
'data': 'Layer name too long (211), maximum allowed length is 210.',
'detail': 'Layer name too long (211), maximum allowed length is 210.',
},
},
},
Expand All @@ -692,7 +692,7 @@
'sync': True,
'code': 2,
'data': {'parameter': 'mapname',
'data': 'Map name too long (211), maximum allowed length is 210.',
'detail': 'Map name too long (211), maximum allowed length is 210.',
},
},
},
Expand Down

0 comments on commit 519eea3

Please sign in to comment.