forked from p15670423/monkey
Remove unused `TEST_SALT` from `tests/monkey_island/cc/environment/test_user_creds.py`
This commit is contained in:
parent
6c80335509
commit
060b7fd921
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue