Compare commits

...

No commits in common. "e889b56378ad4ac0a42727644a8eaf7cc3440d6f" and "e0e3e507862560e133336a90828c5a42026f7641" have entirely different histories.

View File

@ -132,7 +132,7 @@ async fn test_cycle() {
])),
);
// Issue multiple GET /foo to the server and verify it alternates between 200 and 404 codes.
// Issue the GET /foo to the server and verify it returns a 200.
let client = hyper::Client::new();
let resp = read_response_body(client.get(server.url("/foo")).await.unwrap()).await;
assert!(response::status_code(eq(200)).matches(&resp));