MCPcopy Create free account
hub / github.com/O365/python-o365 / test_send_existing_object

Method test_send_existing_object

tests/test_message.py:332–336  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

330 }
331
332 def test_send_existing_object(self):
333 msg = message(__cloud_data__={"id": "123"})
334 assert msg.send()
335 [call] = msg.con.calls
336 assert call.url == self.base_url + "me/messages/123/send"
337
338 def test_reply(self):
339 msg = message(__cloud_data__={"id": "123", "isDraft": False})

Callers

nothing calls this directly

Calls 2

messageFunction · 0.85
sendMethod · 0.80

Tested by

no test coverage detected