Fix config filename on the test

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign 2023-01-15 17:50:28 -03:00
parent a58b1c08bd
commit 8872c2b393
No known key found for this signature in database
GPG Key ID: AE3C7FC910687F33
1 changed files with 1 additions and 1 deletions

View File

@ -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
)
)