From fd9eafec1e474c4856022ad67ff0af30e7ec3eb0 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Wed, 7 Jan 2026 15:49:08 -0500 Subject: [PATCH] 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 afb9b6520fb6..093c5212e607 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