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:
parent
77dec8ffe7
commit
05ef878875
1 changed files with 0 additions and 2 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue