Fix GuardDuty test indentation

This commit is contained in:
Gene Wood 2018-11-26 10:31:39 -08:00
Родитель e5c252e2b4
Коммит 37aecb478d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F0A9E7DCD39E452E
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -19,8 +19,10 @@ class TestGuardDutyProbe(AlertTestSuite):
"source": "guardduty",
"details": {
"sourceipaddress": "1.2.3.4",
"finding": {"action":
{"actionType": "PORT_PROBE"}
"finding": {
"action": {
"actionType": "PORT_PROBE"
}
}
}
}