| Index: milo/appengine/swarming/html_data.go
|
| diff --git a/milo/appengine/swarming/html_data.go b/milo/appengine/swarming/html_data.go
|
| index 1f97e9693156e6aa5eb51fd8bcf643e0be05898f..9d0b22d796733f7279ece4f40fff4afbfa206fa7 100644
|
| --- a/milo/appengine/swarming/html_data.go
|
| +++ b/milo/appengine/swarming/html_data.go
|
| @@ -62,7 +62,10 @@ func (l TestableLog) TestData() []settings.TestBundle {
|
| return []settings.TestBundle{
|
| {
|
| Description: "Basic log",
|
| - Data: templates.Args{"Log": "This is the log"},
|
| + Data: templates.Args{
|
| + "Log": "This is the log",
|
| + "Closed": true,
|
| + },
|
| },
|
| }
|
| }
|
|
|