Skip to content

Commit a3cf630

Browse files
committed
same for unit tests
1 parent d30a219 commit a3cf630

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/templates/jobs/ci-unit-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
displayName: "Running $(PYTHON_VERSION) Unit Tests"
5454
# Skip running tests for SDK and Extensions release branches. Public pipeline doesn't have permissions to download artifact.
5555
condition: and(eq(variables.isSdkRelease, false), eq(variables.isExtensionsRelease, false), eq(variables['USETESTPYTHONSDK'], false), eq(variables['USETESTPYTHONEXTENSIONS'], false))
56-
# A connection string is used for the deferred bindings tests. Here, we reference the emulator value
5756
env:
5857
PYTHON_VERSION: $(PYTHON_VERSION)
59-
AzureWebJobsStorage: "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;"
58+
AzureWebJobsStorage: $(AZURE_STORAGE_CONNECTION_STRING)
6059

0 commit comments

Comments
 (0)