Skip to content

Commit 91eac70

Browse files
committed
Merge pull request #284 from basho/jrw-objformat-updates
update verify_riak_object_reformat to use app.config var
2 parents 00b70c6 + ec7d4b7 commit 91eac70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/verify_riak_object_reformat.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
-include_lib("eunit/include/eunit.hrl").
3030

3131
confirm() ->
32+
rt:update_app_config(all, [{riak_kv, [{object_format, v1}]}]),
3233
N = 3,
3334
TestMetaData = riak_test_runner:metadata(),
3435
DowngradeVsn = proplists:get_value(upgrade_version, TestMetaData, previous),

0 commit comments

Comments
 (0)