Skip to content

Commit

Permalink
fix(mysql): tendbcluster 校验单据结果表大小写 #7865
Browse files Browse the repository at this point in the history
  • Loading branch information
xfwduke committed Nov 11, 2024
1 parent 7fa6c83 commit d9ed174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def spider_checksum_flow(self):
)
sub_pipelines = []

ran_str = get_random_string(length=8)
ran_str = get_random_string(length=8).lower()
random_account = "{}{}".format(ACCOUNT_PREFIX, ran_str)
ran_str_obj = {"ran_str": ran_str}

Expand Down

0 comments on commit d9ed174

Please sign in to comment.