Skip to content

Commit 23efff3

Browse files
lutienmoz-wptsync-bot
authored andcommitted
[wptrunner] Add missing coma in the list of possible metadata properties.
Differential Revision: https://phabricator.services.mozilla.com/D254187 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1972802 gecko-commit: 2fb3d96851a5ac3ea966e1b07e053be39b2cee92 gecko-reviewers: jgraham
1 parent 2d44f85 commit 23efff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wptrunner/wptrunner/browsers/firefox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def update_properties():
264264
"asan",
265265
"tsan",
266266
"remoteAsyncEvents",
267-
"remoteCNM"
267+
"remoteCNM",
268268
"sessionHistoryInParent",
269269
"subsuite"], {
270270
"os": ["version"],

0 commit comments

Comments
 (0)