Fixing test broken by 2.7.0
diff --git a/test/common_server_test.dart b/test/common_server_test.dart
index 284bf20..34c013e 100644
--- a/test/common_server_test.dart
+++ b/test/common_server_test.dart
@@ -471,7 +471,7 @@
       expect(response.status, 200);
       var data = json.decode(utf8.decode(await response.body.first));
       expect(data, {
-        'info': {'staticType': 'void'}
+        'info': {},
       });
     });