aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
Diffstat (limited to 'storage')
-rw-r--r--storage/src/tests/persistence/filestorage/deactivatebucketstest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/persistence/filestorage/deactivatebucketstest.cpp b/storage/src/tests/persistence/filestorage/deactivatebucketstest.cpp
index 5978f71db2f..6c9be3d1376 100644
--- a/storage/src/tests/persistence/filestorage/deactivatebucketstest.cpp
+++ b/storage/src/tests/persistence/filestorage/deactivatebucketstest.cpp
@@ -88,7 +88,7 @@ TEST_F(DeactivateBucketsTest, buckets_deactivated_when_node_goes_from_maintenanc
{
EXPECT_TRUE(is_active(test_bucket()));
_node->getStateUpdater().setClusterState(state_of("storage:2 .1.s:m distributor:2"));
- _node->getStateUpdater().setClusterState(state_of("storage:2 distributor:2"));
+ _node->getStateUpdater().setClusterState(state_of("storage:2 .1.s:d distributor:2"));
EXPECT_FALSE(is_active(test_bucket()));
}