From 8dfdeb60896cf995a1947c73284a9de3e3e7c49b Mon Sep 17 00:00:00 2001 From: ntk5 Date: Thu, 5 Sep 2024 23:45:23 +0300 Subject: [PATCH] pr update --- test/ci_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ci_setup.py b/test/ci_setup.py index dd564ee..84315f2 100644 --- a/test/ci_setup.py +++ b/test/ci_setup.py @@ -102,7 +102,7 @@ def teardown(dburi: str, test_dburi: str) -> None: if __name__ == "__main__": set_gh_token() - gh_pr_merge("https://github.com/SAP/sqlalchemy-hana/pull/313") + gh_pr_merge("https://github.com/SAP/sqlalchemy-hana/pull/314") if sys.argv[1] == "setup": print(setup(sys.argv[2])) elif sys.argv[1] == "teardown":