mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
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:
@@ -10,6 +10,6 @@
|
||||
{{ variables | formatted_list(
|
||||
before_each="<code>",
|
||||
after_each='</code>',
|
||||
separator=' '
|
||||
separator=', '
|
||||
) }}
|
||||
{%- endmacro %}
|
||||
|
||||
Reference in New Issue
Block a user