File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2266,7 +2266,7 @@ parse_validate_durability_impossible_fallback("fallbackToActiveAck") ->
22662266 {ok , durability_impossible_fallback , fallback_to_master_ack };
22672267parse_validate_durability_impossible_fallback (_ ) ->
22682268 {error , durability_impossible_fallback ,
2269- <<" Durability impossible fallback must be either 'none ' or "
2269+ <<" Durability impossible fallback must be either 'disabled ' or "
22702270 " 'fallbackToActiveAck'" >>}.
22712271
22722272parse_validate_warmup_behavior (Params , _IsNew , false = _IsMorpheus ) ->
@@ -4586,7 +4586,7 @@ basic_bucket_params_screening_t() ->
45864586 {" warmupBehavior" , " badValue" }],
45874587 AllBuckets ),
45884588 ? assertEqual ([{durability_impossible_fallback ,
4589- <<" Durability impossible fallback must be either 'none ' "
4589+ <<" Durability impossible fallback must be either 'disabled ' "
45904590 " or 'fallbackToActiveAck'" >>},
45914591 {warmup_behavior ,
45924592 <<" Warmup behavior must be either 'background' or "
You can’t perform that action at this time.
0 commit comments