mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-07-05 00:05:45 +00:00
tests: standardize file structure & naming
This commit is contained in:
4
test/test_ports/test_virtual-port.py
Normal file
4
test/test_ports/test_virtual-port.py
Normal file
@ -0,0 +1,4 @@
|
||||
def test_answer_is_served_from_chosen_port(docker_compose, nginxproxy):
|
||||
r = nginxproxy.get("http://web.nginx-proxy.tld/port")
|
||||
assert r.status_code == 200
|
||||
assert "answer from port 90\n" in r.text
|
Reference in New Issue
Block a user