From 65db5b85d0f69ee1cbc2751d5337db92f983feee Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 22 Jun 2025 11:42:44 -0500 Subject: [PATCH] tests/spotify-player: fix expected config Signed-off-by: Austin Horstman --- tests/modules/programs/spotify-player/app.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/modules/programs/spotify-player/app.toml b/tests/modules/programs/spotify-player/app.toml index 408e84b0..66c26bb5 100644 --- a/tests/modules/programs/spotify-player/app.toml +++ b/tests/modules/programs/spotify-player/app.toml @@ -1,5 +1,6 @@ playback_window_position = "Top" theme = "default" + [copy_command] args = [] command = "wl-copy"