Skip to content

Commit

Permalink
Another test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mellis13 committed Apr 1, 2024
1 parent f0a7ec2 commit 0c92f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/unit-tests/test_redisserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,6 @@ SCENARIO("Test runtime settings are initialized correctly", "[RedisServer]")
CHECK_THROWS_AS(invoke_constructor(), ParameterException);
}
}
restore_env_vars(__conn_timeout, __conn_interval, __cmd_timeout, __cmd_interval);
restore_env_vars(__conn_timeout, __conn_interval, __cmd_timeout, __cmd_interval, __socket_timeout);
log_data(context, LLDebug, "***End RedisServer testing***");
}

0 comments on commit 0c92f2c

Please sign in to comment.