Skip to content

Commit

Permalink
Updated SDK SHA - revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute committed Oct 22, 2024
1 parent 4074f5f commit d0238f3
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 = "bfff495316852556643975aa4588ad4afd34380c"
SDK_DOCKER_TAG: str = "f2e5de7e7978dd0748ba014f7b6ce593dad2fc88"
# SDK SHA: used to fetch test YAML from SDK.
SDK_SHA: str = "bfff495316852556643975aa4588ad4afd34380c"
SDK_SHA: str = "f2e5de7e7978dd0748ba014f7b6ce593dad2fc88"

class Config:
case_sensitive = True
Expand Down

0 comments on commit d0238f3

Please sign in to comment.