Skip to content

Commit aa1647d

Browse files
committed
Another server bound to "localhost"
It seems that the previous issue, that only manifests itself on Travis CI, was fixed with binding the server to "localhost". This failure is in a different place and I'm hoping that binding it to "localhost" will resolve it.
1 parent 55a1785 commit aa1647d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/refactor_nrepl/ns/resolve_missing_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
(defn session-fixture
1414
[f]
15-
(with-open [server (server/start-server :handler *handler*)
15+
(with-open [server (server/start-server :bind "localhost" :handler *handler*)
1616
transport (nrepl/connect :port (:port server))]
1717
(let [client (nrepl/client transport Long/MAX_VALUE)]
1818
(binding [*session* (nrepl/client-session client)]

0 commit comments

Comments
 (0)