Correct tag for new kde_ok needle

It had krusader_settings_close as its tag, not kde_ok. That's
why the krusader test module was failing weirdly.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-10-07 14:39:08 -07:00
parent 4fcea15610
commit 36fd4c10b1

View File

@ -1,7 +1,7 @@
{ {
"properties": [], "properties": [],
"tags": [ "tags": [
"krusader_settings_close" "kde_ok"
], ],
"area": [ "area": [
{ {
@ -12,4 +12,4 @@
"type": "match" "type": "match"
} }
] ]
} }