Skip to content

Commit 458fc49

Browse files
authored
fix: use Windows-specific Fleet for proxy E2E (#2375)
1 parent 145b673 commit 458fc49

File tree

1 file changed

+2
-2
lines changed
  • test/e2e-runner/src/windows/scenarios

1 file changed

+2
-2
lines changed

test/e2e-runner/src/windows/scenarios/proxy.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const EXPECTED_DOMAINS: &[&str] = &[
3333
"identity-api.newrelic.com",
3434
];
3535

36-
/// ac-e2e-host-no-deployment fleet on canaries account
37-
const FLEET_ID: &str = "NjQyNTg2NXxOR0VQfEZMRUVUfDAxOWE5NjY2LTkxYzQtN2M0My1hNzZhLWY0YWVmODE4NWM4NA";
36+
/// ac-e2e-host-no-deployment-win fleet on canaries account
37+
const FLEET_ID: &str = "NjQyNTg2NXxOR0VQfEZMRUVUfDAxOWQyYTE1LTQ4NWEtN2U2My04Zjk4LWVkMGZmNzAwM2Q4NA";
3838

3939
/// Installs AC configured to use a proxy and verifies that the proxy is used.
4040
pub fn test_proxy(args: Args) {

0 commit comments

Comments
 (0)