fixed failing test w/ burnettk

This commit is contained in:
jasquat 2023-01-12 15:35:05 -05:00
parent 781c9814c2
commit 6474f74f78
1 changed files with 1 additions and 1 deletions

View File

@ -3283,7 +3283,7 @@ class TestProcessApi(BaseTest):
{"Header": "Start", "accessor": "start_in_seconds", "filterable": False},
{"Header": "End", "accessor": "end_in_seconds", "filterable": False},
{
"Header": "Username",
"Header": "Started By",
"accessor": "process_initiator_username",
"filterable": False,
},