Skip to content

Commit a0dd49a

Browse files
committed
fixup! Fix failing test
1 parent a3ec098 commit a0dd49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_critical_storage_threshold_reached.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ await Define<ScenarioContext>()
3434
.WithEndpoint<Sender>(b => b
3535
.When(context =>
3636
{
37-
return context.Logs.ToArray().Any(i => i.Message.StartsWith(ErrorIngestion.LogMessages.StoppedInfrastructure));
37+
return context.Logs.ToArray().Any(i => i.Message.StartsWith(ErrorIngestion.LogMessages.StartedInfrastructure));
3838
}, (_, __) =>
3939
{
4040
PersisterSettings.MinimumStorageLeftRequiredForIngestion = 100;

0 commit comments

Comments
 (0)