mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-07-07 03:37:14 -06:00
feat(Packagers): started testing for post requests
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user