Yelp / swagger_spec_validator

Other
104 stars 71 forks source link

Fix test expectation #166

Open ymilki opened 10 months ago

ymilki commented 10 months ago

Problem

This test was updated in #165 but the assertion truncated the full path to the resource. Furthermore, importlib.resources.files and importlib.resources.as_file were introduced in py39 and require a backport for older python.

Solution