We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4389e commit 7438d94Copy full SHA for 7438d94
Tests/FunctionsTests/RequestTests.swift
@@ -10,6 +10,10 @@ import XCTest
10
11
@testable import Functions
12
13
+#if canImport(FoundationNetworking)
14
+ import FoundationNetworking
15
+#endif
16
+
17
final class RequestTests: XCTestCase {
18
let url = URL(string: "http://localhost:5432/functions/v1")!
19
let apiKey = "supabase.anon.key"
0 commit comments