From 98d724156cdd35f4506282c239f2c6eab13255e9 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 25 Aug 2020 18:40:50 +0530 Subject: updating test mail --- tests/dbTestFiller.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/dbTestFiller.py') diff --git a/tests/dbTestFiller.py b/tests/dbTestFiller.py index b3f0b49..e56ea5c 100644 --- a/tests/dbTestFiller.py +++ b/tests/dbTestFiller.py @@ -42,14 +42,14 @@ sqlQuery = "insert into curieweb (id, email, protein, protein_name, ligand_pdbqt jobID = gen_word(16, 1, 1) print("Succesfuly submitted Job ID:",jobID) -insert_tuple = (jobID,"navanchauhan@gmail.com",receptor,receptorName,ligand,ligandName,config,done) +insert_tuple = (jobID,"b5bmf.{curie-gh-ci}@inbox.testmail.app",receptor,receptorName,ligand,ligandName,config,done) try: mycursor.execute(sqlQuery,insert_tuple) except con.IntegrityError: print("Oops, Collision occured. Generating new Job ID and trying again.") jobID = gen_word(16, 1, 1) - insert_tuple = (jobID,"navanchauhan@gmail.com",receptor,receptorName,ligand,ligandName,config,done) + insert_tuple = (jobID,"b5bmf.{curie-gh-ci}@inbox.testmail.app",receptor,receptorName,ligand,ligandName,config,done) mycursor.execute(sqlQuery,insert_tuple) print("Removing Test Query") @@ -59,4 +59,4 @@ mycursor.execute(q) mycon.commit() -print("Database working perfectly") \ No newline at end of file +print("Database working perfectly") -- cgit v1.2.3