def it_should_post_the_correct_acl(self):
expect(httpretty.last_request()).to(have_json([{
"eventId": "foo",
"eventType": "settings",
"data": {
"$acl": {
"$r": ["devs", "ops", "qa"],
"$w": ["ops"]
}
}
}]))
评论列表
文章目录