зеркало из https://github.com/mozilla/treeherder.git
Bug 1729057 - Treat case when suite is undefined (#7262)
This commit is contained in:
Родитель
83d78d836a
Коммит
a22fc05525
|
@ -108,9 +108,9 @@ export class Perfdocs {
|
|||
*/
|
||||
constructor(framework, suite, platform = null, title = null) {
|
||||
this.framework = framework;
|
||||
this.suite = suite;
|
||||
this.suite = suite || '';
|
||||
this.platform = platform;
|
||||
this.title = title;
|
||||
this.title = title || '';
|
||||
this.url = null;
|
||||
this.remainingTestName = null;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче