diff --git a/templating/matrix_templates/units.py b/templating/matrix_templates/units.py index a2788fda..0dea40ec 100644 --- a/templating/matrix_templates/units.py +++ b/templating/matrix_templates/units.py @@ -559,6 +559,7 @@ class MatrixUnits(Units): # strip .yaml group_name = filename[:-5].replace("-", "_") api = yaml.load(f.read()) + api = resolve_references(filepath, api) api["__meta"] = self._load_swagger_meta( filepath, api, group_name )