"scripts/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "fdc4e1e570503ddfc248aaa9ce6526c1eec92da2"
Unverified Commit 735d2bb6 authored by novice's avatar novice Committed by GitHub
Browse files

Update test_configuration_common.py (#15160)

parent 51d7ebf2
...@@ -180,7 +180,7 @@ class ConfigTester(object): ...@@ -180,7 +180,7 @@ class ConfigTester(object):
if len(wrong_values) > 0: if len(wrong_values) > 0:
errors = "\n".join([f"- {v[0]}: got {v[1]} instead of {v[2]}" for v in wrong_values]) errors = "\n".join([f"- {v[0]}: got {v[1]} instead of {v[2]}" for v in wrong_values])
raise ValueError(f"The following keys were not properly sey in the config:\n{errors}") raise ValueError(f"The following keys were not properly set in the config:\n{errors}")
def run_common_tests(self): def run_common_tests(self):
self.create_and_test_config_common_properties() self.create_and_test_config_common_properties()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment