From 1675ebcfba9f5e58e9b59fcc5f6917241b2ba8b7 Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Thu, 29 Oct 2020 12:59:57 -0300 Subject: [PATCH] Use a different port --- .../ConsulAgentHttpAPIBasedDiscoveryClientTest.class.st | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/source/Superluminal-Service-Discovery-Tests/ConsulAgentHttpAPIBasedDiscoveryClientTest.class.st b/source/Superluminal-Service-Discovery-Tests/ConsulAgentHttpAPIBasedDiscoveryClientTest.class.st index bb5ed0c..43a288f 100644 --- a/source/Superluminal-Service-Discovery-Tests/ConsulAgentHttpAPIBasedDiscoveryClientTest.class.st +++ b/source/Superluminal-Service-Discovery-Tests/ConsulAgentHttpAPIBasedDiscoveryClientTest.class.st @@ -18,12 +18,8 @@ ConsulAgentHttpAPIBasedDiscoveryClientTest >> consulAgentLocation [ { #category : #accessing } ConsulAgentHttpAPIBasedDiscoveryClientTest >> port [ - - | check | - - check := PortAvailabilityChecker on: 9998. - check checkIfAvailableDo: [ ] ifNot: [ self fail ]. - ^ 9998 + + ^ 41663 ] { #category : #running }