fixed minor typing errors

This commit is contained in:
Gert Wohlgemuth
2018-05-09 09:31:14 -07:00
parent f667041679
commit 9a6b64c12b
4 changed files with 4 additions and 9 deletions

View File

@@ -607,12 +607,6 @@ def lambda_context():
session = boto3.session.Session()
client = session.client('sns')
os.environ["topic"] = "UnitTestTopic"
os.environ["trackingTable"] = "UnitTrackingTable"
os.environ["acquisitionTable"] = "UnitAcquisitionTable"
os.environ["resultTable"] = "UnitResultTable"
dynamodb = boto3.resource('dynamodb')
# here we will define required tables later