Skip to content

Commit

Permalink
Merge pull request #10582 from maage/product-3
Browse files Browse the repository at this point in the history
fix: ssg_test_suite.get_product_context: fake Product
  • Loading branch information
vojtapolasek authored May 18, 2023
2 parents 4561e1b + e3eab37 commit d73adf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ssg_test_suite/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def get_product_context(product=None):
product_yaml = dict()
if product:
yaml_path = product_yaml_path(SSG_ROOT, product)
product_yaml = load_product_yaml(yaml_path)
product_yaml.update(load_product_yaml(yaml_path))

# We could run into a DocumentationNotComplete error when loading a
# rule's YAML contents. However, because the test suite isn't executed
Expand Down

0 comments on commit d73adf7

Please sign in to comment.