Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 5, 2023
1 parent aee4108 commit f8bcfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsproviderregistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def testCreateProvider(self):
"""
providers = QgsProviderRegistry.instance().providerList()
for p in providers:
if p in ('vectortile', 'arcgisvectortileservice'):
if p in ('vectortile', 'arcgisvectortileservice', 'tiledmesh'):
continue

self.assertTrue(QgsProviderRegistry.instance().createProvider(p, ''))
Expand Down

0 comments on commit f8bcfb7

Please sign in to comment.