QT6 tests: fix PyQgsServerAccessControlWFSTransactional

This commit is contained in:
Even Rouault 2025-05-29 00:45:31 +02:00 committed by Nyall Dawson
parent a63fb03a02
commit 8f76e0d600
2 changed files with 1 additions and 1 deletions

View File

@ -40,5 +40,4 @@ PyQgsPalLabelingPlacement
PyQgsRasterLayerRenderer
PyQgsSettings
PyQgsSettingsEntry
PyQgsServerAccessControlWFSTransactional
ProcessingQgisAlgorithmsTestPt4

View File

@ -39,6 +39,7 @@ XML_NS = (
'xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-capabilities.xsd" '
'xmlns:gml="http://www.opengis.net/gml" '
'xmlns:ows="http://www.opengis.net/ows" '
'xmlns:qgs="http://qgis.org" '
)