We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145b673 commit 458fc49Copy full SHA for 458fc49
test/e2e-runner/src/windows/scenarios/proxy.rs
@@ -33,8 +33,8 @@ const EXPECTED_DOMAINS: &[&str] = &[
33
"identity-api.newrelic.com",
34
];
35
36
-/// ac-e2e-host-no-deployment fleet on canaries account
37
-const FLEET_ID: &str = "NjQyNTg2NXxOR0VQfEZMRUVUfDAxOWE5NjY2LTkxYzQtN2M0My1hNzZhLWY0YWVmODE4NWM4NA";
+/// ac-e2e-host-no-deployment-win fleet on canaries account
+const FLEET_ID: &str = "NjQyNTg2NXxOR0VQfEZMRUVUfDAxOWQyYTE1LTQ4NWEtN2U2My04Zjk4LWVkMGZmNzAwM2Q4NA";
38
39
/// Installs AC configured to use a proxy and verifies that the proxy is used.
40
pub fn test_proxy(args: Args) {
0 commit comments