We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea6c3e commit 00ef0bfCopy full SHA for 00ef0bf
1 file changed
tokio-postgres/tests/test/runtime.rs
@@ -49,12 +49,7 @@ async fn wrong_port_count() {
49
50
#[tokio::test]
51
async fn target_session_attrs_ok() {
52
- let _ = tokio_postgres::connect(
53
- "host=localhost port=5433 user=postgres target_session_attrs=read-write",
54
- NoTls,
55
- )
56
- .await
57
- .unwrap();
+ smoke_test("host=localhost port=5433 user=postgres target_session_attrs=read-write").await;
58
}
59
60
0 commit comments