Skip to content

Commit f1a795d

Browse files
committed
test(metadata-linter): fix list in yaml
Signed-off-by: Soumyadeep Ghosh <[email protected]>
1 parent 13dccb3 commit f1a795d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/linters/test_metadata_linter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ def _snap_yaml_data(**kwargs):
3636
"confinement": "strict",
3737
"icon": "icon.png",
3838
"contact": "[email protected]",
39-
"donation": {
39+
"donation": [
4040
"https://donate1.com",
41-
},
41+
],
4242
"parts": {},
4343
"apps": {
4444
"app1": {

0 commit comments

Comments
 (0)