aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-08-25 23:31:26 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-08-25 23:31:26 +0530
commitc6aaa8a97550864e2d9909b02ea9faa2cefae9a4 (patch)
tree41b09ca900023b4e6b979c4b6c870d8dcb2389be
parent8f252a19d326114d5562f38cdf7c41c6288d86d2 (diff)
parent98d724156cdd35f4506282c239f2c6eab13255e9 (diff)
Merge branch 'master' of github.com:navanchauhan/Curie-Web
added a test email, now merging
-rw-r--r--tests/dbTestFiller.py6
1 files changed, 3 insertions, 3 deletions
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")