mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 12:32:54 +00:00
Fix warning in test_wal_acceptor
This commit is contained in:
@@ -20,7 +20,7 @@ fn start_node_with_wal_proposer(
|
||||
node.append_conf(
|
||||
"postgresql.conf",
|
||||
&format!("wal_acceptors='{}'\n", wal_acceptors),
|
||||
);
|
||||
)?;
|
||||
node.start().unwrap();
|
||||
node
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user