Mark total results for cache in case of timeout - fixes #84

Change-Id: I7bad5a3c5df7332f5375c4027cffe67128a3b118
diff --git a/t/match_info.t b/t/match_info.t
index 5d23887..59f12ed 100644
--- a/t/match_info.t
+++ b/t/match_info.t
@@ -78,7 +78,7 @@
 
 $t->get_ok('/corpus/brokenwarn/X/X/p0-1')
   ->status_is(200)
-  ->json_is('/notifications/0/0', 'warning')
+  ->json_is('/notifications/0/0', 'warn')
   ->json_is('/notifications/0/1', '1: Warning 1')
   ->json_is('/notifications/1/0', 'error')
   ->json_is('/notifications/1/1', 'Message structure failed')