mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
fixed riak_control_authentication to handle riak_ts version
This commit is contained in:
parent
7372e12faf
commit
19b4d243cb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user