diff --git a/test/replication/election_basic.result b/test/replication/election_basic.result index 03917c7e40822cf50f3747266765a3fe699956e9..4d7d33f2ba302de7958d663806692f077d824798 100644 --- a/test/replication/election_basic.result +++ b/test/replication/election_basic.result @@ -6,7 +6,7 @@ test_run = require('test_run').new() -- gh-1146: Raft protocol for automated leader election. -- -old_election_timeout = box.cfg_election_timeout +old_election_timeout = box.cfg.election_timeout | --- | ... diff --git a/test/replication/election_basic.test.lua b/test/replication/election_basic.test.lua index 1b4bb8d273ec89ed3c14e347e47d51db25fa696d..821f73cea45f30694b75a44bee25ef7a840ef6a6 100644 --- a/test/replication/election_basic.test.lua +++ b/test/replication/election_basic.test.lua @@ -3,7 +3,7 @@ test_run = require('test_run').new() -- gh-1146: Raft protocol for automated leader election. -- -old_election_timeout = box.cfg_election_timeout +old_election_timeout = box.cfg.election_timeout -- Election is turned off by default. assert(box.cfg.election_mode == 'off')