mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-24 02:39:27 +01:00
Merge branch 'dev' of github.com:diginc/docker-pi-hole into no_resolv_check
Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
@@ -81,7 +81,7 @@ def version():
|
||||
|
||||
@pytest.fixture()
|
||||
def tag(version, arch):
|
||||
return '{}_{}'.format(version, arch)
|
||||
return '{}-{}'.format(version, arch)
|
||||
|
||||
@pytest.fixture
|
||||
def webserver(tag):
|
||||
|
||||
Reference in New Issue
Block a user