Skip to content

Commit

Permalink
Fix python provider test
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Apr 5, 2020
1 parent c738061 commit 205b8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsproviderregistry.py
Expand Up @@ -51,7 +51,7 @@ def testCreateProvider(self):
"""
providers = QgsProviderRegistry.instance().providerList()
for p in providers:
if p == 'geonode':
if p == 'geonode' or p == 'vectortile':
continue

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

0 comments on commit 205b8ae

Please sign in to comment.