Skip to content

Commit 452adc6

Browse files
chore(agentType): removing old reference (#954)
1 parent 437a445 commit 452adc6

File tree

1 file changed

+1
-4
lines changed
  • agent-control/tests/on_host

1 file changed

+1
-4
lines changed

agent-control/tests/on_host/cli.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,7 @@ fn runs_with_no_config_as_root() -> Result<(), Box<dyn std::error::Error>> {
234234
// We set the environment variable with the `__` separator which will create the nested
235235
// configs appropriately.
236236
let env_var_name = "NR_AC_AGENTS__ROLLDICE__AGENT_TYPE";
237-
env::set_var(
238-
env_var_name,
239-
"namespace/com.newrelic.infrastructure_agent:0.0.2",
240-
);
237+
env::set_var(env_var_name, "namespace/com.newrelic.infrastructure:0.0.2");
241238

242239
// cmd_assert is not made for long running programs, so we kill it anyway after 1 second
243240
cmd.timeout(Duration::from_secs(1));

0 commit comments

Comments
 (0)