mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-07-02 06:45:45 +00:00
tests: Fix path to ca-root.crt
`os.getcwd()` is not guaranteed to always return the `test/` directory.
This commit is contained in:
@ -425,6 +425,12 @@ def connect_to_all_networks():
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def ca_root_certificate():
|
||||
return CA_ROOT_CERTIFICATE
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
def docker_compose(request):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user