Skip to content

Commit

Permalink
update SDK SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltonlima committed Sep 5, 2024
1 parent 180baa9 commit e5e30e9
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 = "d0d91272068f267cf880f9d56787ca28da885673"
SDK_DOCKER_TAG: str = "17b1a38e909e7874593bcb87c31be03a5866f1d4"
# SDK SHA: used to fetch test YAML from SDK.
SDK_SHA: str = "d0d91272068f267cf880f9d56787ca28da885673"
SDK_SHA: str = "17b1a38e909e7874593bcb87c31be03a5866f1d4"

class Config:
case_sensitive = True
Expand Down

0 comments on commit e5e30e9

Please sign in to comment.