forgot to set the expected_alert

This commit is contained in:
Phrozyn 2018-03-02 16:52:09 -06:00
Родитель 4cafd7067e
Коммит 9c255fde5a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: DBCDDDC9CF758282
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -44,6 +44,7 @@ class TestAlertCloudtrailDeadman(AlertTestSuite):
PositiveAlertTestCase(
description="Positive test case with bad event source",
events=[event],
expected_alert=default_alert
)
)