tests: Fix unit test (remove 'The'; see previous commit)

This commit is contained in:
Shreya Malviya 2021-09-28 11:51:00 +05:30
parent e5b9f96447
commit cb4b845eaf
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class FakeAttackTechnique_OneRelevantSystem(AttackTechnique):
class ExpectedMsgs_OneRelevantSystem(Enum): class ExpectedMsgs_OneRelevantSystem(Enum):
UNSCANNED: str = ( UNSCANNED: str = (
"UNSCANNED due to one of the following reasons:\n" "UNSCANNED due to one of the following reasons:\n"
"- The Monkey did not run on any System 1 systems.\n" "- Monkey did not run on any System 1 systems.\n"
"- The following configuration options were disabled:<br/>" "- The following configuration options were disabled:<br/>"
"- Definition Type 1 — Config Option 1<br/>" "- Definition Type 1 — Config Option 1<br/>"
"- Definition Type 2 — Config Option 5<br/>" "- Definition Type 2 — Config Option 5<br/>"