We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611fd89 commit fb4f20aCopy full SHA for fb4f20a
crates/twirp/src/client.rs
@@ -303,10 +303,9 @@ mod tests {
303
}
304
305
#[tokio::test]
306
- #[ignore = "integration"]
307
async fn test_standard_client() {
308
- let h = run_test_server(3001).await;
309
- let base_url = Url::parse("http://localhost:3001/twirp/").unwrap();
+ let h = run_test_server(3002).await;
+ let base_url = Url::parse("http://localhost:3002/twirp/").unwrap();
310
let client = Client::from_base_url(base_url).unwrap();
311
let resp = client
312
.ping(PingRequest {
0 commit comments