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/open311/populate-service-list.t | |
parent | 89897e5912e5ba17318917f5290561473d9b64c1 (diff) | |
parent | ba9efbd5b0bca630ecd6299240992efc3422dfca (diff) |
Merge branch 'html-scrubber'
Diffstat (limited to 't/open311/populate-service-list.t')
-rw-r--r-- | t/open311/populate-service-list.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/open311/populate-service-list.t b/t/open311/populate-service-list.t index 75c468666..40e124d03 100644 --- a/t/open311/populate-service-list.t +++ b/t/open311/populate-service-list.t @@ -430,7 +430,7 @@ for my $test ( required => 'true', datatype_description => 'Type of bin', order => 1, - description => 'Type of bin' + description => 'Type of <b>bin</b>' } ], meta_xml => '<?xml version="1.0" encoding="utf-8"?> @@ -444,7 +444,7 @@ for my $test ( <required>true</required> <datatype_description>Type of bin</datatype_description> <order>1</order> - <description>Type of bin</description> + <description><type>Type</type> of <b>bin</b></description> </attribute> </attributes> </service_definition> |