Skip to content

Commit

Permalink
chore(integration): update well-known-endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
goatgoose committed Nov 22, 2024
1 parent 2a73f90 commit c51c09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/rust/integration/src/network/https_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
];
Expand Down

0 comments on commit c51c09a

Please sign in to comment.