Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 10, 2018
1 parent d14b290 commit e9d718a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_qgsserver_accesscontrol_wfs.py
Expand Up @@ -157,12 +157,12 @@ def test_wfs_getfeature_country(self):
response, headers = self._post_fullaccess(data)
self.assertTrue(
str(response).find("<qgs:pk>1</qgs:pk>") != -1,
"No result in GetFeatureInfo\n%s" % response)
"No result in GetFeature\n%s" % response)

response, headers = self._post_restricted(data)
self.assertFalse(
str(response).find("<qgs:pk>1</qgs:pk>") != -1,
"Unexpeced result in GetFeatureInfo\n%s" % response) # spellok
"Unexpeced result in GetFeature\n%s" % response) # spellok


# # Subset String # #
Expand Down

0 comments on commit e9d718a

Please sign in to comment.