Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 26, 2023
1 parent 8ed6d32 commit b2006db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_info_module(self):
}
response = self.app.get('/qwc_demo?' + urlencode(params), headers=self.jwtHeader())

print(response.data)
doc = parseString(response.data)
featureInfoResponses = doc.getElementsByTagName("GetFeatureInfoResponse")
self.assertEqual(len(featureInfoResponses), 1)
Expand Down

0 comments on commit b2006db

Please sign in to comment.