From 84ff7b7df97515f0dea4ee39bc53d1341ab4361d Mon Sep 17 00:00:00 2001 From: PastaPastaPasta <6443210+PastaPastaPasta@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:35:28 -0500 Subject: [PATCH] Update test/functional/feature_timestampindex.py Co-authored-by: UdjinM6 --- test/functional/feature_timestampindex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/feature_timestampindex.py b/test/functional/feature_timestampindex.py index 86cb22297e1c3..9f3573e3220b7 100755 --- a/test/functional/feature_timestampindex.py +++ b/test/functional/feature_timestampindex.py @@ -35,7 +35,7 @@ def setup_network(self): def run_test(self): self.log.info("Test that settings can't be changed without -reindex...") self.stop_node(1) - self.start_node(1, ["-timestampindex=0") + self.start_node(1, ["-timestampindex=0"]) self.connect_nodes(0, 1) self.sync_all() self.stop_node(1)