mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
Fix the expected sub string in basic_command_line getpid test.
This commit is contained in:
parent
25d377fae9
commit
cc50b7c1c8
@ -166,5 +166,7 @@ getpid_up_test(Node) ->
|
||||
getpid_down_test(Node) ->
|
||||
lager:info("Test riak getpid fails on ~s", [Node]),
|
||||
{ok, PidOut} = rt:riak(Node, ["getpid"]),
|
||||
?assert(rt:str_mult(PidOut, ?PING_FAILURE_OUTPUT)),
|
||||
%% note that the error message is slightly different to the
|
||||
%% other commands
|
||||
?assert(rt:str(PidOut, "Node is not running!")),
|
||||
ok.
|
||||
|
Loading…
Reference in New Issue
Block a user