fixed riak_control_authentication to handle riak_ts version

This commit is contained in:
Korry Clark 2016-10-27 16:35:17 -07:00
parent 7372e12faf
commit 19b4d243cb

View File

@ -99,6 +99,8 @@ determine_test_suite(Vsn) ->
verify_authentication_post20(Vsn);
<<"riak-2.", _/binary>> ->
verify_authentication_post20(Vsn);
<<"riak_ts", _/binary>> ->
verify_authentication_post20(Vsn);
_ ->
verify_authentication_pre20(Vsn)
end.