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 a3ec098 commit a0dd49aCopy full SHA for a0dd49a
src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_critical_storage_threshold_reached.cs
@@ -34,7 +34,7 @@ await Define<ScenarioContext>()
34
.WithEndpoint<Sender>(b => b
35
.When(context =>
36
{
37
- return context.Logs.ToArray().Any(i => i.Message.StartsWith(ErrorIngestion.LogMessages.StoppedInfrastructure));
+ return context.Logs.ToArray().Any(i => i.Message.StartsWith(ErrorIngestion.LogMessages.StartedInfrastructure));
38
}, (_, __) =>
39
40
PersisterSettings.MinimumStorageLeftRequiredForIngestion = 100;
0 commit comments