Skip to content

Commit bca673d

Browse files
committed
Integration test fix
1 parent 094fee0 commit bca673d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SeqCli.EndToEnd/Node/NodeListTestCase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public Task ExecuteAsync(SeqConnection connection, ILogger logger, CliCommandRun
1515
Assert.Equal(0, exit);
1616

1717
Assert.Contains("\"Name\":", runner.LastRunProcess!.Output);
18-
Assert.Contains("\"StateDescription\":", runner.LastRunProcess!.Output);
18+
Assert.Contains("\"ClusterListenUri\":", runner.LastRunProcess!.Output);
1919
return Task.CompletedTask;
2020
}
2121
}

0 commit comments

Comments
 (0)