Skip to content

Commit 9888a08

Browse files
vzasadetimofey-barmin
authored andcommitted
Backport 'MB-47138 unbreak test broken by previous commit'
from cheshire-cat branch Original sha: c8ba441 Change-Id: I58f930e748780b70921d24a7df6fe5486b367a52 Reviewed-on: http://review.couchbase.org/c/ns_server/+/158976 Tested-by: Timofey Barmin <[email protected]> Reviewed-by: Steve Watanabe <[email protected]>
1 parent 005cf4a commit 9888a08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/menelaus_users.erl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ upgrade_test_() ->
913913
[replicated_dets:toy_set(
914914
storage_name(), {user, {Id, local}}, Props) ||
915915
{Id, Props} <- Users],
916-
do_upgrade(Version),
916+
do_upgrade(Version, user),
917917
Check()
918918
end}
919919
end,
@@ -926,7 +926,6 @@ upgrade_test_() ->
926926
end,
927927
fun (_) ->
928928
meck:unload(replicated_dets),
929-
meck:unload(cluster_compat_mode),
930929
ets:delete(storage_name())
931930
end,
932931
[Test(?VERSION_66,

0 commit comments

Comments
 (0)