Switch matchInfo to modern path

Change-Id: Iee347d3394aaaecc4731ae55aa2de129a98a1274
diff --git a/t/fixtures.t b/t/fixtures.t
index 8a17bd7..76cefa6 100644
--- a/t/fixtures.t
+++ b/t/fixtures.t
@@ -46,7 +46,7 @@
 is(defined $err ? $err->text : '', '');
 
 
-$t->get_ok('/v1.0/corpus/WPD15/232/39681/p2133-2134/matchInfo?spans=false&foundry=*')
+$t->get_ok('/v1.0/corpus/WPD15/232/39681/p2133-2134?spans=false&foundry=*')
   ->status_is(200)
   ->json_is('/textSigle', 'WPD15/232/39681')
   ;