Skip to content

Commit

Permalink
Use a different port
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Oct 29, 2020
1 parent 3baa087 commit 1675ebc
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ ConsulAgentHttpAPIBasedDiscoveryClientTest >> consulAgentLocation [

{ #category : #accessing }
ConsulAgentHttpAPIBasedDiscoveryClientTest >> port [

| check |

check := PortAvailabilityChecker on: 9998.
check checkIfAvailableDo: [ ] ifNot: [ self fail ].
^ 9998

^ 41663
]

{ #category : #running }
Expand Down

0 comments on commit 1675ebc

Please sign in to comment.