mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-19 00:12:06 +01:00
Fix config filename on the test
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -182,7 +182,7 @@ def test_debian_setup_php_env(docker, expected_lines, repeat_function):
|
||||
)
|
||||
for expected_line in expected_lines:
|
||||
search_config_cmd = (
|
||||
"grep -c '{}' /etc/lighttpd/conf-enabled/15-fastcgi-php.conf".format(
|
||||
"grep -c '{}' /etc/lighttpd/conf-enabled/15-pihole-admin.conf".format(
|
||||
expected_line
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user