Skip to content

Commit 16f3ea0

Browse files
committed
test hostname
1 parent 8001c5c commit 16f3ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SparkConnect/SparkConnectClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public actor SparkConnectClient {
3737
/// - user: A string for the user ID of this connection.
3838
init(remote: String, user: String) {
3939
self.url = URL(string: remote)!
40-
self.host = url.host() ?? "localhost"
40+
self.host = url.host() ?? "spark"
4141
self.port = self.url.port ?? 15002
4242
self.userContext = user.toUserContext
4343
}

0 commit comments

Comments
 (0)