mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
PEP8 requires all lowser case
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
@@ -12,7 +12,7 @@ def test_pihole_gid_env_var(docker):
|
||||
func = docker.run("id -g pihole")
|
||||
assert "456" in func.stdout
|
||||
|
||||
def test_pihole_FTL_version(docker):
|
||||
def test_pihole_ftl_version(docker):
|
||||
func = docker.run("pihole-FTL -vv")
|
||||
assert func.rc == 0
|
||||
assert "Version:" in func.stdout
|
||||
|
||||
Reference in New Issue
Block a user