From d972ffa53afd9d0603b33d76aa165fd8d6963678 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 29 Dec 2024 12:35:32 +0000 Subject: [PATCH] while v6 is still not released, update tests in master to NOT use development branch of FTL Signed-off-by: Adam Warner --- test/test_any_automated_install.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_any_automated_install.py b/test/test_any_automated_install.py index c1b91664..a5038d3c 100644 --- a/test/test_any_automated_install.py +++ b/test/test_any_automated_install.py @@ -179,7 +179,7 @@ def test_installPihole_fresh_install_readableFiles(host): # Install FTL's development branch to get the latest features host.run( """ - echo "development" > /etc/pihole/ftlbranch + echo "master" > /etc/pihole/ftlbranch """ ) install = host.run( @@ -440,7 +440,7 @@ def test_installPihole_fresh_install_readableBlockpage(host, test_webpage): # Install FTL's development branch to get the latest features host.run( """ - echo "development" > /etc/pihole/ftlbranch + echo "master" > /etc/pihole/ftlbranch """ ) installWeb = host.run( @@ -893,7 +893,7 @@ def test_FTL_binary_installed_and_responsive_no_errors(host): source /opt/pihole/basic-install.sh create_pihole_user funcOutput=$(get_binary_name) - echo "development" > /etc/pihole/ftlbranch + echo "master" > /etc/pihole/ftlbranch binary="pihole-FTL${funcOutput##*pihole-FTL}" theRest="${funcOutput%pihole-FTL*}" FTLdetect "${binary}" "${theRest}"