mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Remove logger_plugin option from e2e tests (#8683)
This commit is contained in:
parent
4e9ac903e3
commit
4f194084af
2 changed files with 0 additions and 3 deletions
|
|
@ -55,7 +55,6 @@ const getTeamJiraPoliciesIntegration = {
|
|||
agent_options: {
|
||||
config: {
|
||||
options: {
|
||||
logger_plugin: "tls",
|
||||
pack_delimiter: "/",
|
||||
logger_tls_period: 10,
|
||||
distributed_plugin: "tls",
|
||||
|
|
@ -208,7 +207,6 @@ const getTeamZendeskPoliciesIntegration = {
|
|||
agent_options: {
|
||||
config: {
|
||||
options: {
|
||||
logger_plugin: "tls",
|
||||
pack_delimiter: "/",
|
||||
logger_tls_period: 10,
|
||||
distributed_plugin: "tls",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ const CONFIG_INTEGRATIONS_AUTOMATIONS = {
|
|||
agent_options: {
|
||||
config: {
|
||||
options: {
|
||||
logger_plugin: "tls",
|
||||
pack_delimiter: "/",
|
||||
logger_tls_period: 10,
|
||||
distributed_plugin: "tls",
|
||||
|
|
|
|||
Loading…
Reference in a new issue