Skip to content

Commit 092f75e

Browse files
committed
undid utest changes due to syntax error
1 parent 74ff848 commit 092f75e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/plugin/test_process_analyzer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ def test_error_kfd_process(analyzer, model_obj, config):
8383
)
8484
result = analyzer.analyze_data(modified_model_obj, args)
8585

86-
assert result.status == ExecutionStatus.EXECUTION_FAILURE
86+
assert result.status == ExecutionStatus.ERROR
8787
for event in result.events:
88-
assert event.category == EventCategory.RUNTIME.value
88+
assert event.category == EventCategory.OS.value
8989
assert event.priority == EventPriority.CRITICAL
9090

9191

0 commit comments

Comments
 (0)