Skip to content

Commit d3524ae

Browse files
chore: add other as a type of LogSource
1 parent ddc9915 commit d3524ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest_splunk_addon_ui_smartx/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class LogSource(Enum):
5454
SECURITY = "security"
5555
INTERVENTION = "intervention"
5656
JAVASCRIPT = "javascript"
57+
OTHER = "other"
5758

5859

5960
class LogEntry(NamedTuple):

0 commit comments

Comments
 (0)