Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/src/e2e/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def ha_container_with_fresh_config():

# Create testcontainer with port configuration
# renovate: datasource=docker depName=ghcr.io/home-assistant/home-assistant
container = DockerContainer("ghcr.io/home-assistant/home-assistant:2025.12.4")
container = DockerContainer("ghcr.io/home-assistant/home-assistant:2025.12.5")

# Check for custom port via environment variable
custom_port = os.environ.get("HA_TEST_PORT")
Expand Down
2 changes: 1 addition & 1 deletion tests/test_env_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def start_container(self) -> None:

# Create container with port configuration
# renovate: datasource=docker depName=ghcr.io/home-assistant/home-assistant
container = DockerContainer("ghcr.io/home-assistant/home-assistant:2025.12.4")
container = DockerContainer("ghcr.io/home-assistant/home-assistant:2025.12.5")

# Check for custom port via environment variable
custom_port = os.environ.get("HA_TEST_PORT")
Expand Down