1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 04:54:18 +00:00

eliminato il commento del ToDo

This commit is contained in:
stefanogoldoni 2021-05-02 16:50:11 +02:00
parent 77dec8ffe7
commit 05ef878875

View file

@ -53,8 +53,6 @@ class MyTestCase(unittest.TestCase):
print("delete User eseguito correttamente!")
# TODO: AGGIUNGERE TESTING DI GET E PATCH
# chiedo le info di un utente che esiste
r = requests.get(f'http://localhost:5000/api/v1/users/utente_test@nest.com',
headers={'authorization': "Bearer " + auth_code})