diff --git a/workspace_tools/test_api.py b/workspace_tools/test_api.py index 7454dcb0f7..f818cc6558 100644 --- a/workspace_tools/test_api.py +++ b/workspace_tools/test_api.py @@ -1103,9 +1103,10 @@ class TestLogger(): self.Log = [] self.LogType = construct_enum(INFO='Info', - NOTIF='Notification', WARN='Warning', - ERROR='Error') + NOTIF='Notification', + ERROR='Error', + EXCEPT='Exception') self.LogToFileAttr = construct_enum(CREATE=1, # Create or overwrite existing log file APPEND=2) # Append to existing log file