diff --git a/tools/cli/app_test.go b/tools/cli/app_test.go index 5c9532bff7d..85c1070f485 100644 --- a/tools/cli/app_test.go +++ b/tools/cli/app_test.go @@ -239,24 +239,6 @@ func (s *cliAppSuite) TestNamespaceDescribe_Failed() { var ( eventType = enumspb.EVENT_TYPE_WORKFLOW_EXECUTION_STARTED - - getWorkflowExecutionHistoryResponse = &workflowservice.GetWorkflowExecutionHistoryResponse{ - History: &historypb.History{ - Events: []*historypb.HistoryEvent{ - { - EventType: eventType, - Attributes: &historypb.HistoryEvent_WorkflowExecutionStartedEventAttributes{WorkflowExecutionStartedEventAttributes: &historypb.WorkflowExecutionStartedEventAttributes{ - WorkflowType: &commonpb.WorkflowType{Name: "TestWorkflow"}, - TaskQueue: &taskqueuepb.TaskQueue{Name: "taskQueue"}, - WorkflowRunTimeout: timestamp.DurationPtr(60 * time.Second), - WorkflowTaskTimeout: timestamp.DurationPtr(10 * time.Second), - Identity: "tester", - }}, - }, - }, - }, - NextPageToken: nil, - } ) func (s *cliAppSuite) TestShowHistory() {