diff --git a/bindings/rust/integration/src/network/https_client.rs b/bindings/rust/integration/src/network/https_client.rs index 84c90e5a10a..6493330da9e 100644 --- a/bindings/rust/integration/src/network/https_client.rs +++ b/bindings/rust/integration/src/network/https_client.rs @@ -51,7 +51,7 @@ const TEST_CASES: &[TestCase] = &[ TestCase::new("https://www.samsung.com", 301), TestCase::new("https://www.twitter.com", 301), TestCase::new("https://www.facebook.com", 302), - TestCase::new("https://www.microsoft.com", 302), + TestCase::new("https://www.microsoft.com/en-us/", 200), TestCase::new("https://www.ibm.com", 303), TestCase::new("https://www.f5.com", 403), ];