suppr libellé du srv de DEV

This commit is contained in:
HPL
2025-02-06 11:27:53 +01:00
parent 34360d7b6e
commit ec510e670a
4 changed files with 6 additions and 8 deletions

View File

@ -35,7 +35,7 @@ class Test(Resource):
auth = (self.paheko_ident, self.paheko_pass)
api_url = self.paheko_url + '/api/sql/'
payload = { "sql": f"select * from users where id_category <> 13 and email='fab@kazkouil.fr'" }
payload = { "sql": f"select * from users where id_category <> 13 and email='MONEMAIL@perso'" }
#payload = { "sql": f"select * from users where id_category <> 13 " }
response = requests.post(api_url, auth=auth, data=payload)