| Index: Tools/GardeningServer/ui/ct-test-list.html
|
| diff --git a/Tools/GardeningServer/ui/ct-test-list.html b/Tools/GardeningServer/ui/ct-test-list.html
|
| index c915e98dd819a0287a7e357247bd32f6e04cfbb6..704f80aaf3bf8f969ae0f28964a4c79e58a0dfd2 100644
|
| --- a/Tools/GardeningServer/ui/ct-test-list.html
|
| +++ b/Tools/GardeningServer/ui/ct-test-list.html
|
| @@ -23,7 +23,7 @@ found in the LICENSE file.
|
| <script>
|
| Polymer({
|
| flakinessDashboardURL: function(test) {
|
| - return ui.urlForFlakinessDashboard(test.testName, test.step, this.tree);
|
| + return test.urlForFlakinessDashboard(this.tree);
|
| },
|
| });
|
| </script>
|
|
|