test/plugin/constants.rb in fluent-plugin-google-cloud-0.6.16 vs test/plugin/constants.rb in fluent-plugin-google-cloud-0.6.17

- old
+ new

@@ -131,10 +131,14 @@ # project_id: ID of the project, which must correspond to the file contents. IAM_CREDENTIALS = { path: 'test/plugin/data/iam-credentials.json', project_id: 'fluent-test-project' }.freeze + NEW_STYLE_CREDENTIALS = { + path: 'test/plugin/data/new-style-credentials.json', + project_id: 'fluent-test-project' + }.freeze LEGACY_CREDENTIALS = { path: 'test/plugin/data/credentials.json', project_id: '847859579879' }.freeze INVALID_CREDENTIALS = { @@ -180,14 +184,14 @@ NO_DETECT_SUBSERVICE_CONFIG = %( detect_subservice false ).freeze - DISABLE_SPLIT_LOGS_BY_TAG_CONFIG = %( - split_logs_by_tag false + ENABLE_SPLIT_LOGS_BY_TAG_CONFIG = %( + split_logs_by_tag true ).freeze - PROMETHEUS_ENABLE_CONFIG = %( + ENABLE_PROMETHEUS_CONFIG = %( enable_monitoring true monitoring_type prometheus ).freeze ENABLE_METADATA_AGENT_CONFIG = %(