Skip to content

Commit

Permalink
Updated SDK_DOCKER_TAG and SDK_SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute committed Oct 22, 2024
1 parent 6c7655b commit a0cedae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_collections/matter/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class MatterSettings(BaseSettings):

# SDK Docker Image
SDK_DOCKER_IMAGE: str = "connectedhomeip/chip-cert-bins"
SDK_DOCKER_TAG: str = "17b1a38e909e7874593bcb87c31be03a5866f1d4"
SDK_DOCKER_TAG: str = "bfff495316852556643975aa4588ad4afd34380c"
# SDK SHA: used to fetch test YAML from SDK.
SDK_SHA: str = "17b1a38e909e7874593bcb87c31be03a5866f1d4"
SDK_SHA: str = "bfff495316852556643975aa4588ad4afd34380c"

class Config:
case_sensitive = True
Expand Down

0 comments on commit a0cedae

Please sign in to comment.