From 194838f44fbab38a4705c148e80c2b7267fa86b3 Mon Sep 17 00:00:00 2001 From: Nick Jalbert Date: Fri, 11 Mar 2022 16:01:08 +0600 Subject: [PATCH] revert to test_prod as testing branch --- tests/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils.py b/tests/utils.py index 1d8d84cf..b805ccaa 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -21,7 +21,7 @@ TESTING_GITHUB_REPO_URL = ( f"https://github.com/{TESTING_GITHUB_ACCOUNT}/{TESTING_GITHUB_REPO}" ) -TESTING_BRANCH_NAME = "test_staging" +TESTING_BRANCH_NAME = "test_prod" def run_test_command(cmd, cli_args=None, cli_kwargs=None):