From df64b840f7321450e7ec12f35a123518a25fe631 Mon Sep 17 00:00:00 2001 From: Klaus Fischer <klaus.fischer@eloware.com> Date: Tue, 20 Sep 2022 19:56:53 +0200 Subject: [PATCH] Reactivated test that failed due to server issues --- IntegrationTests/Routing/RoutingTests.cs | 1 - IntegrationTests/Sender/SenderTestHappyPath.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/IntegrationTests/Routing/RoutingTests.cs b/IntegrationTests/Routing/RoutingTests.cs index 87473143..e85b93bd 100644 --- a/IntegrationTests/Routing/RoutingTests.cs +++ b/IntegrationTests/Routing/RoutingTests.cs @@ -16,7 +16,6 @@ using NUnit.Framework; namespace IntegrationTests.Routing; [TestFixture] -[Ignore("Server does not return a valid response")] public class RoutingTests { [SetUp] public void Setup() { diff --git a/IntegrationTests/Sender/SenderTestHappyPath.cs b/IntegrationTests/Sender/SenderTestHappyPath.cs index b03bac6b..89b33074 100644 --- a/IntegrationTests/Sender/SenderTestHappyPath.cs +++ b/IntegrationTests/Sender/SenderTestHappyPath.cs @@ -172,7 +172,6 @@ public class SenderTestHappyPath : SenderTestBase { [Test] - [Ignore("Server does not return a valid response")] public void GetDestinations_ShouldGetDestinationsFromServer() { // Arrange var destinations = Sender.FindDestinationId("99123456760610", -- GitLab