Skip to content

Commit bb02231

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 63be65f commit bb02231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Test/DurableTask.AzureStorage.Tests/DecoupledWorkerDispatchTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace DurableTask.AzureStorage.Tests
2323
[TestClass]
2424
public class DecoupledWorkerDispatchTests
2525
{
26-
const string TestConnectionString = "UseDevelopmentStorage=true";
26+
static readonly string TestConnectionString = TestHelpers.GetTestStorageAccountConnectionString();
2727

2828
// ---------------------------------------------------------------------------------------
2929
// Unit tests: the WorkerDispatchMode setting maps onto the IOrchestrationService dispatcher

0 commit comments

Comments
 (0)