mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
Merge pull request #952 from basho/bugfix/jrd/missing-field-output
Update test for new error message
This commit is contained in:
commit
4f6a66815b
@ -39,7 +39,7 @@ confirm() ->
|
||||
Expected =
|
||||
{error,
|
||||
{1001,
|
||||
<<"missing_param: Missing parameter myfamily in where clause.">>}},
|
||||
<<"missing_key_clause: The 'myfamily' parameter is part the primary key but not specified in the where clause.">>}},
|
||||
Got = ts_util:ts_query(
|
||||
ts_util:cluster_and_connect(single), normal, DDL, Data, Query),
|
||||
?assertEqual(Expected, Got),
|
||||
|
Loading…
Reference in New Issue
Block a user