Skip to content

Commit 62f1faf

Browse files
committed
fix: Removed last blog test edit. It's not necessary to use apikey here.
1 parent d6d888f commit 62f1faf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tests/SQLiteCloudTests/Integrations/SQLiteCloudTests+Blob.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ final class SQLiteCloudTests_Blob: XCTestCase {
3030
private var hostname: String = .empty
3131
private var username: String = .empty
3232
private var password: String = .empty
33-
private var apiKey: String = .empty
3433
private var cloud: SQLiteCloud!
3534

3635
private var firstLength: Int = 0
@@ -41,9 +40,8 @@ final class SQLiteCloudTests_Blob: XCTestCase {
4140
hostname = secrets.hostname
4241
username = secrets.username
4342
password = secrets.password
44-
apiKey = secrets.apiKey
4543

46-
let config = SQLiteCloudConfig(hostname: hostname, username: username, password: password, apiKey: apiKey)
44+
let config = SQLiteCloudConfig(hostname: hostname, username: username, password: password)
4745
cloud = SQLiteCloud(config: config)
4846
try await cloud.connect()
4947

0 commit comments

Comments
 (0)