| Index: milo/appengine/buildbot/buildinfo_test.go
|
| diff --git a/milo/appengine/buildbot/buildinfo_test.go b/milo/appengine/buildbot/buildinfo_test.go
|
| index 953dba0fea73a3741aee5c7209bfffc3c25b5f2b..4cd7b35d6e95008e164880e8c71578a5cf5cc59d 100644
|
| --- a/milo/appengine/buildbot/buildinfo_test.go
|
| +++ b/milo/appengine/buildbot/buildinfo_test.go
|
| @@ -188,9 +188,7 @@ func TestBuildInfo(t *testing.T) {
|
| &logdog.QueryResponse{
|
| Streams: []*logdog.QueryResponse_Stream{
|
| {
|
| - Path: "foo/bar/+/annotations",
|
| - State: &logdog.LogStreamState{},
|
| - Desc: &logpb.LogStreamDescriptor{},
|
| + Path: "foo/bar/+/annotations",
|
| },
|
| {
|
| Path: "other/ignore/+/me",
|
|
|