Skip to content

Commit 346e524

Browse files
committed
Opt out properly :-)
1 parent 59a608e commit 346e524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/SeqCli.EndToEnd/Support/TestConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public CaptiveProcess SpawnServerProcess(string storagePath)
4141
{
4242
var containerName = Guid.NewGuid().ToString("n");
4343
const string containerRuntime = "docker";
44-
return new CaptiveProcess(containerRuntime, $"run --name {containerName} -d -e ACCEPT_EULA=Y SEQ_FIRSTRUN_NOAUTHENTICATION -p {_serverListenPort}:80 datalust/seq:{imageTag}", stopCommandFullExePath: containerRuntime, stopCommandArgs: $"rm -f {containerName}");
44+
return new CaptiveProcess(containerRuntime, $"run --name {containerName} -d -e ACCEPT_EULA=Y SEQ_FIRSTRUN_NOAUTHENTICATION=True -p {_serverListenPort}:80 datalust/seq:{imageTag}", stopCommandFullExePath: containerRuntime, stopCommandArgs: $"rm -f {containerName}");
4545
}
4646

4747
return new CaptiveProcess("seq", commandWithArgs);

0 commit comments

Comments
 (0)