diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-10 11:55:18 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-10 11:55:18 +0000 |
commit | 9d66124566ebe5d8348ceadfeb54a7dd389e308c (patch) | |
tree | 60cd399d677794b768060652c160233cf0b4d569 /t/app/controller/admin/reportextrafields.t | |
parent | 89897e5912e5ba17318917f5290561473d9b64c1 (diff) | |
parent | ba9efbd5b0bca630ecd6299240992efc3422dfca (diff) |
Merge branch 'html-scrubber'
Diffstat (limited to 't/app/controller/admin/reportextrafields.t')
-rw-r--r-- | t/app/controller/admin/reportextrafields.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/admin/reportextrafields.t b/t/app/controller/admin/reportextrafields.t index 388cc3c95..dede25207 100644 --- a/t/app/controller/admin/reportextrafields.t +++ b/t/app/controller/admin/reportextrafields.t @@ -68,7 +68,7 @@ FixMyStreet::override_config { "metadata[9999].code" => "string_test", "metadata[9999].required" => 1, "metadata[9999].behaviour" => "question", - "metadata[9999].description" => "this is a test description", + "metadata[9999].description" => "<div style='foo'>this is a test description</div>", "metadata[9999].datatype" => "string", "note" => "Added extra field", }}); |