From 8a330548ba60c01824246385fec30be8112b8701 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 3 Mar 2024 23:05:58 +0100 Subject: [PATCH] plugins/instant: fix test to remove warning --- tests/test-sources/plugins/utils/instant.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test-sources/plugins/utils/instant.nix b/tests/test-sources/plugins/utils/instant.nix index 1020ea9c..8ed83343 100644 --- a/tests/test-sources/plugins/utils/instant.nix +++ b/tests/test-sources/plugins/utils/instant.nix @@ -1,9 +1,6 @@ { empty = { - plugins.instant = { - enable = true; - username = null; - }; + plugins.instant.enable = true; }; example = {