From b1dd7975bc5b26556da961947f8ff3d50c194434 Mon Sep 17 00:00:00 2001 From: JoannaaKL Date: Fri, 16 Sep 2022 09:23:17 +0200 Subject: [PATCH] Update src/Test/L0/Worker/ContainerOperationProviderL0.cs Co-authored-by: Tingluo Huang --- src/Test/L0/Worker/ContainerOperationProviderL0.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Test/L0/Worker/ContainerOperationProviderL0.cs b/src/Test/L0/Worker/ContainerOperationProviderL0.cs index a6c4248da..2aaa4ade4 100644 --- a/src/Test/L0/Worker/ContainerOperationProviderL0.cs +++ b/src/Test/L0/Worker/ContainerOperationProviderL0.cs @@ -69,7 +69,7 @@ namespace GitHub.Runner.Common.Tests.Worker private void Setup([CallerMemberName] string testName = "") { containers.Add(new ContainerInfo() { ContainerImage = "ubuntu:16.04" }); - _hc = new TestHostContext(this, "name"); + _hc = new TestHostContext(this, testName); _ec = new Mock(); serverQueue = new Mock(); pagingLogger = new Mock();