feat(Packagers): started testing for post requests

This commit is contained in:
2024-11-30 12:02:30 -07:00
parent fcbee342b3
commit a0712e15eb
6 changed files with 34 additions and 6 deletions

View File

@ -19,8 +19,6 @@ def getSchedulePackager():
"""
return {
"statusCode": 200,
"isBase64ENcoded": "false",
"body": json.dumps(ymlschedule)
"interviewDates": json.dumps(ymlschedule)
}