diff --git a/tests/Integration.Test/Hooks/TestHooks.cs b/tests/Integration.Test/Hooks/TestHooks.cs index 1d4c2680b..4c5171b98 100644 --- a/tests/Integration.Test/Hooks/TestHooks.cs +++ b/tests/Integration.Test/Hooks/TestHooks.cs @@ -181,10 +181,11 @@ public static void Shtudown() [AfterTestRun(Order = 0)] [AfterScenario] - public static void ClearTestData() + public static void ClearTestData(ISpecFlowOutputHelper outputHelper) { s_minioSink.CleanBucketAsync(); RabbitConnectionFactory.PurgeAllQueues(s_options.Value.Messaging); + outputHelper.WriteLine($"=============================== END ==============================="); } private static void SetupInformaticsGateway() diff --git a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj index 705c0f078..fc129fa05 100644 --- a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj +++ b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj @@ -1,4 +1,4 @@ - + + + + + + + + + + +