Skip to content

Commit fec3909

Browse files
committed
Update existing test case relying on full context object
1 parent e211541 commit fec3909

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests/test_context_modifiers.py

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def test_applied_by_render_pattern(self, render_to_string):
125125
context={
126126
"atom_var": "atom_var value from test_atom.yaml",
127127
"is_pattern_library": True,
128+
"__pattern_library_tag_overrides": {},
128129
"foo": "bar",
129130
"beep": "boop",
130131
},

0 commit comments

Comments
 (0)