mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Merge pull request #3787 from pi-hole/verdantfire
fixed small grammatical error
This commit is contained in:
commit
de02bcc8a0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ run_local = testinfra.get_backend(
|
||||||
('test/centos.Dockerfile', 'pytest_pihole:centos'),
|
('test/centos.Dockerfile', 'pytest_pihole:centos'),
|
||||||
('test/fedora.Dockerfile', 'pytest_pihole:fedora'),
|
('test/fedora.Dockerfile', 'pytest_pihole:fedora'),
|
||||||
])
|
])
|
||||||
# mark as 'build_stage' so we can ensure images are build first when tests
|
# mark as 'build_stage' so we can ensure images are built first when tests
|
||||||
# are executed in parallel. (not required when tests are executed serially)
|
# are executed in parallel. (not required when tests are executed serially)
|
||||||
@pytest.mark.build_stage
|
@pytest.mark.build_stage
|
||||||
def test_build_pihole_image(image, tag):
|
def test_build_pihole_image(image, tag):
|
||||||
|
|
Loading…
Reference in a new issue