Skip to content

Commit

Permalink
test: fix collection free-text search test after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dalpasso committed Feb 29, 2024
1 parent 4234fc5 commit 6e9e38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/test_http_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ def test_cql_post_search(self):
},
)

@mock.patch("eodag.rest.utils.eodag_api.list_product_types", autospec=True)
@mock.patch("eodag.rest.core.eodag_api.list_product_types", autospec=True)
def test_collection_free_text_search(self, list_pt: Mock):
"""Test STAC Collection free-text search"""

Expand Down

0 comments on commit 6e9e38f

Please sign in to comment.