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 726cba7 commit d5385f1Copy full SHA for d5385f1
test/SeqCli.EndToEnd/Dashboard/RenderTestCase.cs
@@ -19,7 +19,7 @@ public Task ExecuteAsync(
19
20
var id = runner.LastRunProcess.Output.Split(' ')[0];
21
22
- exit = runner.Exec("dashboard render", $"-i {id} -c \"All Events\" --last 1d --by 1h");
+ exit = runner.Exec("dashboard render", $"-i {id} -c \"All Events\" --last 1d --by 1h --no-color");
23
Assert.Equal(0, exit);
24
25
var lines = new StringReader(runner.LastRunProcess.Output);
0 commit comments