Skip to content

Commit

Permalink
Merge pull request #312 from nickjalbert/master
Browse files Browse the repository at this point in the history
revert to test_prod as testing branch
  • Loading branch information
nickjalbert authored Mar 11, 2022
2 parents 418ec8d + 194838f commit c59e476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit c59e476

Please sign in to comment.