Skip to content

Commit eb017e4

Browse files
committed
Fix [sys] public api test
Test expects services to have exposed ports (either in Dockerfile or in docker compose spec). "traefik-configuration-placeholder" uses busybox image which has no exposed ports in Dockerfile and we don't expose ports in docker compose as we don't need them (this services is simply a placeholder for traefik rules that we want to configure on simcore traefik)
1 parent f05ecca commit eb017e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pytest-simcore/src/pytest_simcore/simcore_services.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"whoami",
4141
"sto-worker",
4242
"sto-worker-cpu-bound",
43+
"traefik-configuration-placeholder",
4344
}
4445
# TODO: unify healthcheck policies see https://github.com/ITISFoundation/osparc-simcore/pull/2281
4546
DEFAULT_SERVICE_HEALTHCHECK_ENTRYPOINT: Final[str] = "/v0/"

0 commit comments

Comments
 (0)