Initial project import
This commit is contained in:
@@ -290,7 +290,7 @@ def discover_smoke_routes(base_url: str, base_id: str, table: str, timeout: floa
|
||||
def main() -> int:
|
||||
|
||||
parser = argparse.ArgumentParser(description="Smoke test saved-state form write routing with apply_and_rollback.")
|
||||
parser.add_argument("--base-url", default="http://docker-gpu.cin.su:8011", help="1C REST adapter URL.")
|
||||
parser.add_argument("--base-url", default="http://docker.cin.su:8011", help="1C REST adapter URL.")
|
||||
parser.add_argument("--base-id", default="upo_test", help="Configured adapter base id.")
|
||||
parser.add_argument("--table", default="ConfigCASSave", help="Saved-state SQL table.")
|
||||
parser.add_argument("--file-name", default=DEFAULT_FORM_FILE, help="Saved-state form file name. Omit to auto-select a safe saved-state form title route.")
|
||||
|
||||
Reference in New Issue
Block a user