This is an automated email from the ASF dual-hosted git repository.

jrmccluskey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 7694450ecc2 Fix CONNECTION_STRING format in tox.ini (#37250)
7694450ecc2 is described below

commit 7694450ecc250d29e5ddd1a8d7412e26f8f7561c
Author: Danny McCormick <[email protected]>
AuthorDate: Thu Jan 8 15:03:09 2026 -0500

    Fix CONNECTION_STRING format in tox.ini (#37250)
---
 sdks/python/tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index afb9b6520fb..093c5212e60 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -266,7 +266,7 @@ allowlist_externals =
   az
   bash
 setenv =
-  
CONNECTION_STRING=DefaultEndpointsProtocol=https;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=https://azurite:10000/devstoreaccount1;
+  
CONNECTION_STRING="DefaultEndpointsProtocol=https;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=https://azurite:10000/devstoreaccount1;";
 commands_pre =
   pip check
   wget storage.googleapis.com/dataflow-samples/shakespeare/kinglear.txt

Reply via email to