Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 24, 2023
1 parent 248d46b commit 991d7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wfs_postrequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class TestPostRequest_v_2_0_0():
def test_minimal_query(self, requestv200):
elem = requestv200._root.find(util.nspath("Query", WFS20_NAMESPACE))

assert elem.get("typenames") == typename
assert elem.get("typeNames") == typename

def test_basic_query(self, requestv200):
requestv200.set_maxfeatures(2)
Expand Down

0 comments on commit 991d7e5

Please sign in to comment.