Skip to content

Commit

Permalink
fixing copy-paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Dec 5, 2023
1 parent 6725490 commit 499aa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/macros/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def config(self, context) -> dict:
@pytest.fixture(autouse=True)
def var(self, context) -> dict:
"""
Anything you put in this dict will be returned by config in the rendered template
Anything you put in this dict will be returned by var in the rendered template
"""
local_var: Dict[str, Any] = {}
context["var"] = lambda key, default=None, **kwargs: local_var.get(key, default)
Expand Down

0 comments on commit 499aa1b

Please sign in to comment.