Ejemplo n.º 1
0
 def test_kinesis_put_basic_event(self):
     events = KinesisEvents(service='Testing', mode='test')
     response = events.put_basic_event('test_events',
                                       'This is a basic event test')
     assert response['ResponseMetadata']['HTTPStatusCode'] == 200
Ejemplo n.º 2
0
 def test_kinesis_put_basic_event(self):
     events = KinesisEvents(service="Testing", mode="test")
     response = events.put_basic_event("test_events",
                                       "This is a basic event test")
     assert response["ResponseMetadata"]["HTTPStatusCode"] == 200