diff --git a/test/LondonTravel.Skill.EndToEndTests/CloudWatchLogsFixture.cs b/test/LondonTravel.Skill.EndToEndTests/CloudWatchLogsFixture.cs index 83f2415f..d7acbac5 100644 --- a/test/LondonTravel.Skill.EndToEndTests/CloudWatchLogsFixture.cs +++ b/test/LondonTravel.Skill.EndToEndTests/CloudWatchLogsFixture.cs @@ -15,6 +15,11 @@ public class CloudWatchLogsFixture(IMessageSink diagnosticMessageSink) : IAsyncL public async Task DisposeAsync() { + if (RequestIds.Count < 1) + { + return; + } + var credentials = AwsConfiguration.GetCredentials(); string functionName = AwsConfiguration.FunctionName; string regionName = AwsConfiguration.RegionName;