Skip to content

Commit

Permalink
test: fix one assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
anesson-cs committed Aug 2, 2024
1 parent e554054 commit 2cb5ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/test_search_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,7 @@ def test_plugins_search_buildsearchresult_discover_queryables(
timeout=5,
)

self.assertEqual(11, len(queryables))
self.assertEqual(9, len(queryables))
# queryables from provider constraints file are added (here the ones of CAMS_EU_AIR_QUALITY_RE for cop_ads)
for provider_queryable in provider_queryables_from_constraints_file:
provider_queryable = (
Expand Down

0 comments on commit 2cb5ff0

Please sign in to comment.