def it_should_post_the_correct_body(self):
expect(httpretty.last_request()).to(have_json([{
"eventId": "foo",
"eventType": "settings",
"data": {
"$acl": {
"$w": ['fred', 'greg'],
"$r": ['fred', "greg", 'john'],
"$d": ["$admins", 'fred'],
"$mw": ["$admins"],
"$mr": ["$admins", 'fred']
}
}
}]))
评论列表
文章目录