Update test with multiple placeholders added

It wasn’t possible to test for this before because the order of
placeholders was non-deterministic. The order has been made
deterministic in https://github.com/alphagov/notifications-utils/pull/674
This commit is contained in:
Chris Hill-Scott
2019-11-20 13:52:00 +00:00
parent 534be751dd
commit bf385486cf
4 changed files with 9 additions and 9 deletions

View File

@@ -10,6 +10,6 @@
{{ variables | formatted_list(
before_each="<code>",
after_each='</code>',
separator=' '
separator=', '
) }}
{%- endmacro %}