forked from p15670423/monkey
Adjust island conftest.py to also rename the encryptor to datastore_encryptor
This commit is contained in:
parent
ace60052da
commit
51f6fbe356
|
@ -10,7 +10,7 @@ from tests.unit_tests.monkey_island.cc.server_utils.encryption.test_password_bas
|
||||||
STANDARD_PLAINTEXT_MONKEY_CONFIG_FILENAME,
|
STANDARD_PLAINTEXT_MONKEY_CONFIG_FILENAME,
|
||||||
)
|
)
|
||||||
|
|
||||||
from monkey_island.cc.server_utils.encryptor import initialize_encryptor
|
from monkey_island.cc.server_utils.encryption import initialize_datastore_encryptor
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
@ -29,4 +29,4 @@ def monkey_config_json(monkey_config):
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def uses_encryptor(data_for_tests_dir):
|
def uses_encryptor(data_for_tests_dir):
|
||||||
initialize_encryptor(data_for_tests_dir)
|
initialize_datastore_encryptor(data_for_tests_dir)
|
||||||
|
|
Loading…
Reference in New Issue