Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Feb 24, 2023
1 parent 519c42b commit 73894d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_wps_request7.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ def test_wps_request7():

# Compare to cached XML request
_request = open(resource_file('wps_EmuExecuteRequest7.xml'), 'rb').read()
print(request)
assert compare_xml(request, _request) is True

0 comments on commit 73894d1

Please sign in to comment.