1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 14:25:46 +00:00

tests: review changes

Co-authored-by: Niek <100143256+SchoNie@users.noreply.github.com>
This commit is contained in:
Nicolas Duchon
2025-01-04 17:11:26 +01:00
parent 836012cad6
commit aa8145b62d
9 changed files with 9 additions and 9 deletions

View File

@ -4,7 +4,7 @@ import pytest
pytestmark = pytest.mark.skipif(
platform.system() == "Darwin",
reason="Those tests rely entirely on being able to directly contact container's IP"
reason="Those tests rely entirely on being able to directly contact the container's IP"
)