Skip to content

Commit 2dc9267

Browse files
committed
Reverted transport type for testing MySQLConnection
1 parent 97e933a commit 2dc9267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/MySQLTests/MySQLTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ extension MySQLConnection {
491491
password: "vapor_password",
492492
database: "vapor_database",
493493
characterSet: .utf8mb4_unicode_ci,
494-
transport: .unverifiedTLS
494+
transport: transport
495495
), on: group).wait()
496496
conn.logger = DatabaseLogger(database: .mysql, handler: PrintLogHandler())
497497
return conn

0 commit comments

Comments
 (0)