Skip to content

Commit fb4f20a

Browse files
committed
Un-ignore a test?
1 parent 611fd89 commit fb4f20a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

crates/twirp/src/client.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,9 @@ mod tests {
303303
}
304304

305305
#[tokio::test]
306-
#[ignore = "integration"]
307306
async fn test_standard_client() {
308-
let h = run_test_server(3001).await;
309-
let base_url = Url::parse("http://localhost:3001/twirp/").unwrap();
307+
let h = run_test_server(3002).await;
308+
let base_url = Url::parse("http://localhost:3002/twirp/").unwrap();
310309
let client = Client::from_base_url(base_url).unwrap();
311310
let resp = client
312311
.ping(PingRequest {

0 commit comments

Comments
 (0)