Send a "different" message everytime for DM tests
This commit is contained in:
parent
f879094ea1
commit
71ea58cf6f
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class TwythonAPITestCase(unittest.TestCase):
|
|||
def test_send_get_and_destroy_direct_message(self):
|
||||
'''Test sending, getting, then destory a direct message succeeds'''
|
||||
message = self.api.send_direct_message(screen_name=protected_twitter_1,
|
||||
text='Hey d00d!')
|
||||
text='Hey d00d! %s' % int(time.time()))
|
||||
|
||||
self.api.get_direct_message(id=message['id_str'])
|
||||
self.api.destroy_direct_message(id=message['id_str'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue