Skip to content

Commit

Permalink
Revert disable of z2m test
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
  • Loading branch information
ecdye committed Jan 12, 2025
1 parent 21026ca commit 9d0f532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/nodejs-apps.bats
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ teardown_file() {
echo -e "# ${COL_GREEN}$(timestamp) [openHABian] Frontail service is running.${COL_DEF}" >&3
}

@test "disabled-zigbee2mqtt_install" {
@test "installation-zigbee2mqtt_install" {
echo -e "# ${COL_CYAN}$(timestamp) [openHABian] Zigbee2MQTT installation starting...${COL_DEF}" >&3
run zigbee2mqtt_setup "install" 3>&-
if [ "$status" -ne 0 ]; then echo "$output" >&3; fi
Expand Down

0 comments on commit 9d0f532

Please sign in to comment.