This commit is contained in:
Jesse Bannon 2023-11-22 19:02:06 -08:00
parent 2dab866538
commit 54a034d4a7

View file

@ -28,7 +28,7 @@ class TestScript:
} }
).partial_resolve(unresolvable={"bb"}) == {"aa": String("a")} ).partial_resolve(unresolvable={"bb"}) == {"aa": String("a")}
def test_dynamic_script(self): def test_partial_update_script(self):
script = Script( script = Script(
{ {
"entry": "{%throw('entry has not been populated yet')}", "entry": "{%throw('entry has not been populated yet')}",