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

damccorm pushed a commit to branch users/damccorm/connectionString
in repository https://gitbox.apache.org/repos/asf/beam.git

commit fd9eafec1e474c4856022ad67ff0af30e7ec3eb0
Author: Danny McCormick <[email protected]>
AuthorDate: Wed Jan 7 15:49:08 2026 -0500

    Fix CONNECTION_STRING format in tox.ini
---
 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