Skip to content

Commit

Permalink
Update SDK SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ccruzagralopes committed Nov 14, 2023
1 parent 23ec330 commit 4aeae9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def get_emails_enabled(cls, v: bool, values: Dict[str, Any]) -> bool:
SDK_DOCKER_IMAGE: str = "connectedhomeip/chip-cert-bins"
SDK_DOCKER_TAG: str = "f06d9520d02d68076c5accbf839f168cda89c47c"
# SDK SHA: used to fetch test YAML from SDK.
SDK_SHA: str = "f06d9520d02d68076c5accbf839f168cda89c47c"
SDK_SHA: str = "4fde331ac902b7349653f069e9da6c933efa1466"

class Config:
case_sensitive = True
Expand Down

0 comments on commit 4aeae9a

Please sign in to comment.