Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Aug 4, 2023
1 parent e46ba2c commit 86e9990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ final class XPlatformW3WTests: XCTestCase {


class JavaScriptAutoTestsAPI {
private let host = InputConfig.jsClientApiHost
private let host = "https://\(InputConfig.jsClientApiHost)"

func quickConnect() async throws -> WalletConnectURI {
let url = URL(string: "\(host)/quick_connect")!
Expand Down
2 changes: 1 addition & 1 deletion Example/Shared/Tests/InputConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct InputConfig {
}

static var jsClientApiHost: String {
return config(for: "JS_CLIENT_API_HOST")
return config(for: "JS_CLIENT_API_HOST")!
}

static var relayUrl: String {
Expand Down

0 comments on commit 86e9990

Please sign in to comment.