Skip to content

Commit ba1c4fc

Browse files
authored
Merge pull request #12 from mz-ko/master
fix: typo
2 parents 49d3341 + b5a2b72 commit ba1c4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spaceone/monitoring/manager/phd_event_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def _get_resource_for_event(event_arn, resource_type):
280280

281281
@staticmethod
282282
def _get_event_type(event_type: str) -> str:
283-
if event_type == "close":
283+
if event_type == "closed":
284284
return "RECOVERY"
285285
else:
286286
return "ALERT"

0 commit comments

Comments
 (0)