summaryrefslogtreecommitdiff
path: root/test/etap/111-replication-changes-feed.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/etap/111-replication-changes-feed.t')
-rwxr-xr-xtest/etap/111-replication-changes-feed.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/etap/111-replication-changes-feed.t b/test/etap/111-replication-changes-feed.t
index e92889e9..778b99dd 100755
--- a/test/etap/111-replication-changes-feed.t
+++ b/test/etap/111-replication-changes-feed.t
@@ -153,8 +153,8 @@ test_deleted_conflicts(Type) ->
{ExpectProps} = generate_conflict(),
%% delete the conflict revision
- Id = proplists:get_value(<<"id">>, ExpectProps),
- [Win, {[{<<"rev">>, Lose}]}] = proplists:get_value(<<"changes">>, ExpectProps),
+ Id = couch_util:get_value(<<"id">>, ExpectProps),
+ [Win, {[{<<"rev">>, Lose}]}] = couch_util:get_value(<<"changes">>, ExpectProps),
Doc = couch_doc:from_json_obj({[
{<<"_id">>, Id},
{<<"_rev">>, Lose},