Remove unused `TEST_SALT` from `tests/monkey_island/cc/environment/test_user_creds.py`

This commit is contained in:
Shreya 2021-05-06 22:27:52 +05:30
parent 6c80335509
commit 060b7fd921
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ from monkey_island.cc.environment.user_creds import UserCreds
TEST_USER = "Test"
TEST_HASH = "abc1231234"
TEST_SALT = b"$2b$12$JA7GdT1iyfIsquF2cTZv2."
def test_bool_true():