Skip to content

Commit d56fb10

Browse files
tests/session: Bugfix
* tests/session.scm ("make-session: keywords must overwrite config options"): Bugfix: Set "host" to "example" so the default configuration from the test config will be read.
1 parent 44c4212 commit d56fb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/session.scm

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

233233
(test-equal "make-session: keywords must overwrite config options"
234234
22
235-
(let ((s (make-session #:host "localhost"
235+
(let ((s (make-session #:host "example"
236236
#:port 22
237237
;; Configuration sets port to 2222
238238
#:config %config)))

0 commit comments

Comments
 (0)