* replace timestamp with randint in tests

* replace pop3 with imap
This commit is contained in:
ShahRustam
2020-06-10 11:07:19 +03:00
committed by GitHub
parent e6fbd6acf1
commit a182cca5e9
5 changed files with 30 additions and 29 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
env:
TEST_EMAIL_LOGIN: ${{ secrets.TEST_EMAIL_LOGIN }}
TEST_EMAIL_PASSWORD: ${{ secrets.TEST_EMAIL_PASSWORD }}
TEST_EMAIL_POP3_SERVER: ${{ secrets.TEST_EMAIL_POP3_SERVER }}
TEST_EMAIL_IMAP_SERVER: ${{ secrets.TEST_EMAIL_IMAP_SERVER }}
run: |
tox -e testcore