Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Test was buggy, the uri should not have contained a geometry type
  • Loading branch information
nyalldawson committed Feb 5, 2025
1 parent 21224e9 commit 3f207fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_provider_sensorthings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2626,7 +2626,7 @@ def test_datastream(self):
)

vl = QgsVectorLayer(
f"url='http://{endpoint}' pageSize=2 type=PointZ entity='Datastream'",
f"url='http://{endpoint}' pageSize=2 type=NoGeometry entity='Datastream'",
"test",
"sensorthings",
)
Expand Down

0 comments on commit 3f207fa

Please sign in to comment.