Revert "tests: remove duplicate healthchecks, bump grafana and dex"

This reverts commit df9d8e9d25.
This commit is contained in:
Jens Langhammer
2022-09-04 17:58:30 +02:00
parent df9d8e9d25
commit dd383d763f
6 changed files with 21 additions and 3 deletions

View File

@ -106,7 +106,7 @@ class TestSourceOAuth2(SeleniumTestCase):
def get_container_specs(self) -> Optional[dict[str, Any]]:
return {
"image": "ghcr.io/dexidp/dex:v2.33.0",
"image": "ghcr.io/dexidp/dex:v2.28.1",
"detach": True,
"network_mode": "host",
"auto_remove": True,