nginx-proxy-auto-docker/test/test_virtual-path/test_custom_conf.py
2021-08-17 11:31:47 +02:00

6 lines
159 B
Python

import pytest
def test_default_root_response(docker_compose, nginxproxy):
r = nginxproxy.get("http://nginx-proxy.test/")
assert r.status_code == 418