forked from p34709852/monkey
Island: Remove monkey_guid from StubPropagationCredentialsRepository
This commit is contained in:
parent
d437f02544
commit
2a2ab52da1
|
@ -25,10 +25,7 @@ class StubPropagationCredentialsRepository(ICredentialsRepository):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def get_stolen_credentials(self) -> Sequence[Credentials]:
|
def get_stolen_credentials(self) -> Sequence[Credentials]:
|
||||||
return [
|
return [PROPAGATION_CREDENTIALS_1, PROPAGATION_CREDENTIALS_2]
|
||||||
Credentials.from_mapping(PROPAGATION_CREDENTIALS_1, monkey_guid="some_guid"),
|
|
||||||
Credentials.from_mapping(PROPAGATION_CREDENTIALS_2, monkey_guid="second_guid"),
|
|
||||||
]
|
|
||||||
|
|
||||||
def get_all_credentials(self) -> Sequence[Credentials]:
|
def get_all_credentials(self) -> Sequence[Credentials]:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue