From 003eb41536bfa76698ae1647b55470d9063a7a7c Mon Sep 17 00:00:00 2001 From: vhowdhur Date: Thu, 21 Sep 2023 18:19:07 +0530 Subject: [PATCH] pointing to models branch --- do.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do.py b/do.py index b10aaf4c..969d13bf 100644 --- a/do.py +++ b/do.py @@ -36,7 +36,7 @@ USE_MODELS_DIR = None # supported values - branch name or None -USE_OPENAPIART_BRANCH = "changed-required-field-to-optional" +USE_OPENAPIART_BRANCH = "change-required-field-in-proto" USE_MODELS_BRANCH = None OPENAPIART_REPO = "https://github.com/open-traffic-generator/openapiart.git"