mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 07:23:15 +00:00
In a previous patch we fixed the output of experimental features list (issue #10047), so we also need to fix the test code which detects the "raft" experimental feature - to use the string "raft" and not the silly byte 4 we had there before. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20220209104331.312999-1-nyh@scylladb.com>