update changefeed test for update

This commit is contained in:
Scott Sadler 2017-02-15 17:31:36 +01:00
parent 7469f60d17
commit fc04cd7bcd

View File

@ -19,7 +19,7 @@ def mock_changefeed_data():
{ {
'op': 'u', 'op': 'u',
'o': {'msg': 'seems like we have an update here'}, 'o': {'msg': 'seems like we have an update here'},
'o2': 'some-id' 'o2': {'_id': 'some-id'}
}, },
] ]