Skip to content

Commit

Permalink
return nil fileoverview
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveromahony committed Dec 6, 2024
1 parent 356fa6a commit 53a3042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mock/grpc/mock_management_file_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (mgs *FileService) UpdateOverview(
mgs.requestChan <- configUploadRequest

return &v1.UpdateOverviewResponse{
Overview: request.GetOverview(),
Overview: nil,
}, nil
}

Expand Down

0 comments on commit 53a3042

Please sign in to comment.