We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094fee0 commit bca673dCopy full SHA for bca673d
test/SeqCli.EndToEnd/Node/NodeListTestCase.cs
@@ -15,7 +15,7 @@ public Task ExecuteAsync(SeqConnection connection, ILogger logger, CliCommandRun
15
Assert.Equal(0, exit);
16
17
Assert.Contains("\"Name\":", runner.LastRunProcess!.Output);
18
- Assert.Contains("\"StateDescription\":", runner.LastRunProcess!.Output);
+ Assert.Contains("\"ClusterListenUri\":", runner.LastRunProcess!.Output);
19
return Task.CompletedTask;
20
}
21
0 commit comments