fixed small grammatical error

Co-authored-by: Himanshu Ruhela <himanshuruhela013@gmail.com>
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
verdantfire 2020-10-06 00:13:07 +05:30 committed by Adam Warner
parent fa0815fb1d
commit b88efd2527
No known key found for this signature in database
GPG key ID: 872950F3ECF2B173

View file

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