From 9a030f29025227ba58c55c7d03836faedae683f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Thu, 28 Sep 2023 13:41:23 +0200 Subject: [PATCH] config: Fix test --- config/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_test.go b/config/config_test.go index be0c7b6..e10585a 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -41,7 +41,7 @@ labels { resolved { tags "resolved,partying_face" icon "https://foo.com/resolved.png" - resolved 1 + priority 1 } ntfy { -- 2.44.0