diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-21 13:33:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 13:33:19 +0530 |
commit | 6ded01297e3fd336cc0b8050c39957cb6516aee4 (patch) | |
tree | 0b528937217aac77343a1bfc6d51ffd55341114e /tests | |
parent | a51ae34ef5b0b44e53094577c581ac8a20279936 (diff) |
Frick DeepSource ðŸ˜
Diffstat (limited to 'tests')
-rw-r--r-- | tests/backendTest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/backendTest.py b/tests/backendTest.py index 5b5a453..d172033 100644 --- a/tests/backendTest.py +++ b/tests/backendTest.py @@ -36,7 +36,7 @@ def email(compressedFile): s = smtplib.SMTP('smtp.gmail.com', 587) s.starttls() - s.login(fromaddr, 'ircd mday avbc tice') + s.login(fromaddr, 'okrs shoc ahtk idui') text = msg.as_string() @@ -91,4 +91,4 @@ with tempfile.TemporaryDirectory() as directory: make_archive(zi, 'zip', directory) email(zi) mycursor.execute('UPDATE curieweb set done=1 where id="%s"' % (jobID)) - mycon.commit()
\ No newline at end of file + mycon.commit() |