Skip to content

Commit cfc7fd9

Browse files
feat(ac): remove migration support
1 parent 63b1ffb commit cfc7fd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

agent-control/tests/on_host/agent_control_cli.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ fn test_config_generator_fleet_disabled_proxy() {
2525
r#"
2626
server:
2727
enabled: true
28+
agents: {{}}
2829
proxy:
2930
url: https://some.proxy.url/
3031
ca_bundle_dir: /test/bundle/dir
@@ -61,6 +62,7 @@ fn test_config_generator_fleet_disabled_proxy_empty_fields() {
6162
r#"
6263
server:
6364
enabled: true
65+
agents: {{}}
6466
{LOG_SECTION}
6567
"#,
6668
);
@@ -105,6 +107,7 @@ fleet_control:
105107
106108
server:
107109
enabled: true
110+
agents: {{}}
108111
109112
{LOG_SECTION}
110113
"#,

0 commit comments

Comments
 (0)