Skip to content

Commit

Permalink
Possible fix of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Mar 26, 2024
1 parent 758ac8b commit f787559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_wps_caps.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from pywps import Service

from .common import client_for
from hawk.processes import processes

from .common import client_for


def test_wps_caps():
client = client_for(Service(processes=processes))
Expand All @@ -12,5 +13,6 @@ def test_wps_caps():
'/wps:Process'
'/ows:Identifier')
assert sorted(names.split()) == [
'causal',
'hello',
]

0 comments on commit f787559

Please sign in to comment.