test/plugin/constants.rb in fluent-plugin-google-cloud-0.7.3 vs test/plugin/constants.rb in fluent-plugin-google-cloud-0.7.4

- old
+ new

@@ -739,20 +739,23 @@ ) ) ).freeze HTTP_REQUEST_MESSAGE = { + 'cacheFillBytes' => 6653, + 'cacheHit' => true, + 'cacheLookup' => true, + 'cacheValidatedWithOriginServer' => true, + 'protocol' => 'HTTP/1.1', + 'referer' => 'http://referer/', + 'remoteIp' => '55.55.55.55', + 'responseSize' => 65, 'requestMethod' => 'POST', - 'requestUrl' => 'http://example/', 'requestSize' => 210, - 'status' => 200, - 'responseSize' => 65, - 'userAgent' => 'USER AGENT 1.0', - 'remoteIp' => '55.55.55.55', + 'requestUrl' => 'http://example/', 'serverIp' => '66.66.66.66', - 'referer' => 'http://referer/', - 'cacheHit' => true, - 'cacheValidatedWithOriginServer' => true + 'status' => 200, + 'userAgent' => 'USER AGENT 1.0' }.freeze SOURCE_LOCATION_MESSAGE = { 'file' => 'source/file', 'function' => 'my_function',