Skip to content

Commit 9fe184c

Browse files
authored
One more missing setting
1 parent 51f3448 commit 9fe184c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SeqCli.EndToEnd/AppInstance/AppInstanceBasicsTestCase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public async Task ExecuteAsync(SeqConnection connection, ILogger logger, CliComm
2121
var app = (await connection.Apps.ListAsync()).Single();
2222

2323
var title = Guid.NewGuid().ToString("N");
24-
exit = runner.Exec("appinstance create", $"-t {title} --app {app.Id} -p [email protected] -p [email protected]");
24+
exit = runner.Exec("appinstance create", $"-t {title} --app {app.Id} -p [email protected] -p [email protected] -p Host=localhost");
2525
Assert.Equal(0, exit);
2626

2727
var appInstance = (await connection.AppInstances.ListAsync()).Single();

0 commit comments

Comments
 (0)