| Index: milo/appengine/swarming/buildinfo_test.go
|
| diff --git a/milo/appengine/swarming/buildinfo_test.go b/milo/appengine/swarming/buildinfo_test.go
|
| index dd203c8d515bdb83698ef4e3957f35b5f69392a0..3ac757fd923871350c8584fe82d8a15c0d9292b8 100644
|
| --- a/milo/appengine/swarming/buildinfo_test.go
|
| +++ b/milo/appengine/swarming/buildinfo_test.go
|
| @@ -135,7 +135,7 @@ func TestBuildInfo(t *testing.T) {
|
| Link: &miloProto.Link{
|
| Label: "Task 12340",
|
| Value: &miloProto.Link_Url{
|
| - Url: "https://swarming.example.com/task?id=12340&show_raw=1",
|
| + Url: "https://swarming.example.com/task?id=12340&show_raw=1&wide_logs=true",
|
| },
|
| },
|
| Property: []*miloProto.Step_Property{
|
| @@ -179,7 +179,7 @@ func TestBuildInfo(t *testing.T) {
|
| Link: &miloProto.Link{
|
| Label: "Task 12340",
|
| Value: &miloProto.Link_Url{
|
| - Url: "https://swarming.example.com/task?id=12340&show_raw=1",
|
| + Url: "https://swarming.example.com/task?id=12340&show_raw=1&wide_logs=true",
|
| },
|
| },
|
| Property: []*miloProto.Step_Property{
|
|
|