Skip to content

Commit 170da79

Browse files
author
Tomasz Stepniak
committed
Bug#33316623 - Unused variable in test_bootstrap.cc
Issue ===== Bug#33308536 introduced an unused variable into test_bootstrap.cc Fix === Remove unused variable. RB: 26960 Reviewed by: Andrzej Religa <[email protected]>
1 parent 780b945 commit 170da79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

router/tests/component/test_bootstrap.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,8 +2032,8 @@ TEST_F(RouterBootstrapTest, CheckAuthBackendWhenOldMetadata) {
20322032
get_data_dir().join("bootstrap_gr_v1.js").str();
20332033

20342034
// launch mock server that is our metadata server for the bootstrap
2035-
auto &server_mock = launch_mysql_server_mock(json_stmts, server_port,
2036-
EXIT_SUCCESS, false, http_port);
2035+
launch_mysql_server_mock(json_stmts, server_port, EXIT_SUCCESS, false,
2036+
http_port);
20372037

20382038
set_mock_bootstrap_data(http_port, "test", {{"localhost", server_port}},
20392039
{1, 0, 0}, "cluster-specific-id");

0 commit comments

Comments
 (0)