summary refs log tree commit diff
path: root/t/spore-middleware
diff options
context:
space:
mode:
Diffstat (limited to 't/spore-middleware')
-rw-r--r--t/spore-middleware/format-xml.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/spore-middleware/format-xml.t b/t/spore-middleware/format-xml.t
index 492f564..25fa508 100644
--- a/t/spore-middleware/format-xml.t
+++ b/t/spore-middleware/format-xml.t
@@ -20,7 +20,7 @@ ok my $client =
   Net::HTTP::Spore->new_from_spec( 't/specs/api.json',
     base_url => 'http://localhost:5984' );
 
-$client->enable('Format::XML');
+$client->enable('Format::XML', forcearray => 1, normalizespace => 1);
 $client->enable( 'Mock', tests => $mock_server );
 
 my $res = $client->get_info();