2
0

test_nginx-entrypoint.py 198 B

123456
  1. import pytest
  2. def test_templatefile_was_rendered_by_nginx_entrypoint(docker_compose, nginxproxy):
  3. conf = nginxproxy.get_conf().decode('ASCII')
  4. assert "# some_directive FOOBARBAZ;" in conf