Skip to content

API spec filtering unit test fix.

Luc Yriarte requested to merge spec-filter-fix into master

Strip prefix using pre-python 3.9 method. Used in a python 3.8 pipeline, this method would fail.

Fix case when filtering on prefix only. Not used in practical cases, but should be supported.

Merge request reports