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

@ -1,5 +1,6 @@
import json
import datetime
import requests
def SelectAppointment (appointmentJson):
"""
@ -16,6 +17,8 @@ def SelectAppointment (appointmentJson):
``Contact``: darkicewolf50@gmail.com
"""
print(appointmentJson)
status = mockWriteFunction(appointmentJson)
if status: