Fix Swimm unit: Add a simple Post Breach action

This commit is contained in:
Shreya 2021-04-08 17:03:09 +05:30
parent f60f38d14d
commit e1ec0263a8
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@
"comments": [], "comments": [],
"firstLineNumber": 1, "firstLineNumber": 1,
"lines": [ "lines": [
"*from common.common_consts.post_breach_consts import (", " from common.common_consts.post_breach_consts import (",
" POST_BREACH_BACKDOOR_USER,", "* POST_BREACH_BACKDOOR_USER,",
" POST_BREACH_COMMUNICATE_AS_NEW_USER,", " POST_BREACH_COMMUNICATE_AS_NEW_USER,",
" )" " )"
] ]