mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix typo
This commit is contained in:
parent
da1e740b32
commit
6f1cf419ac
@ -108,7 +108,7 @@ def is_stateless_bugfix_check_already_passed(gh, git_sha):
|
||||
status = get_post_commit_status(gh, git_sha, 'Stateless tests bugfix validate check*')
|
||||
if status is None:
|
||||
return False
|
||||
return status.description.statswith('Failed tests found')
|
||||
return status.description.startswith('Failed tests found')
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user