From e358b1590c6c25b124d594a3d5db73c33e237345 Mon Sep 17 00:00:00 2001 From: Udo Date: Tue, 22 Oct 2024 21:16:38 +0200 Subject: [PATCH] Update 01_attr.t --- t/FHEM/14_SD_UT/01_attr.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/FHEM/14_SD_UT/01_attr.t b/t/FHEM/14_SD_UT/01_attr.t index ce8238c58..b0e981a31 100644 --- a/t/FHEM/14_SD_UT/01_attr.t +++ b/t/FHEM/14_SD_UT/01_attr.t @@ -51,7 +51,7 @@ InternalTimer(time()+0.4, sub { subtest qq[Change module with hexlength 3 with attribute] => sub { plan(18); - for my $v (qw(Buttons_five Buttons_six RH787T SA_434_1_mini Unitec_47031 CAME_TOP_432EV TR401 Novy_840029 Novy_840039 BeEasy_TX)) { + for my $v (qw(Buttons_five Buttons_six RH787T SA_434_1_mini Unitec_47031 CAME_TOP_432EV TR401 Novy_840029 Novy_840039)) { $defs{$sensorname}{bitMSG} = undef; CommandAttr(undef,qq[$sensorname $attr $v]); isnt($attr{$sensorname}{$attr}, $v, qq[check attribute $attr is not $v]);