File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -868,7 +868,7 @@ mod tests {
868
868
) ]
869
869
}
870
870
871
- pub ( crate ) async fn test_with_one_proxy_one (
871
+ pub ( crate ) async fn test_with_one_proxy (
872
872
test : impl FnOnce ( SocketAddr , RunningProxy ) -> RunningProxy + Send + ' static ,
873
873
rules : impl IntoIterator < Item = RequestRule > ,
874
874
) {
@@ -899,7 +899,7 @@ mod tests {
899
899
#[ ntest:: timeout( 5000 ) ]
900
900
async fn session_clones_and_freezes_exec_profiles_mapping ( ) {
901
901
init_logger ( ) ;
902
- test_with_one_proxy_one (
902
+ test_with_one_proxy (
903
903
session_clones_and_freezes_exec_profiles_mapping_do,
904
904
handshake_rules ( )
905
905
. into_iter ( )
@@ -994,7 +994,7 @@ mod tests {
994
994
#[ ntest:: timeout( 5000 ) ]
995
995
async fn session_resolves_exec_profile_on_first_query ( ) {
996
996
init_logger ( ) ;
997
- test_with_one_proxy_one (
997
+ test_with_one_proxy (
998
998
session_resolves_exec_profile_on_first_query_do,
999
999
handshake_rules ( ) . into_iter ( ) . chain (
1000
1000
iter:: once ( RequestRule (
@@ -1281,7 +1281,7 @@ mod tests {
1281
1281
#[ ntest:: timeout( 30000 ) ]
1282
1282
async fn retry_policy_on_statement_and_batch_is_handled_properly ( ) {
1283
1283
init_logger ( ) ;
1284
- test_with_one_proxy_one (
1284
+ test_with_one_proxy (
1285
1285
retry_policy_on_statement_and_batch_is_handled_properly_do,
1286
1286
retry_policy_on_statement_and_batch_is_handled_properly_rules ( ) ,
1287
1287
)
You can’t perform that action at this time.
0 commit comments