We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437a445 commit 452adc6Copy full SHA for 452adc6
agent-control/tests/on_host/cli.rs
@@ -234,10 +234,7 @@ fn runs_with_no_config_as_root() -> Result<(), Box<dyn std::error::Error>> {
234
// We set the environment variable with the `__` separator which will create the nested
235
// configs appropriately.
236
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
- );
+ env::set_var(env_var_name, "namespace/com.newrelic.infrastructure:0.0.2");
241
242
// cmd_assert is not made for long running programs, so we kill it anyway after 1 second
243
cmd.timeout(Duration::from_secs(1));
0 commit comments