Skip to content

Commit

Permalink
fix skip ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Feb 12, 2025
1 parent b3856a2 commit a8c7a0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/pkg/source/mysqltest/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ mysqldump:
allDatabases: true
resultFile: %s
skipSsl: true
additionalArgs: []
mysqlrestore:
options:
flags:
Expand All @@ -408,7 +407,6 @@ mysqlrestore:
user: %s
Database: %s
skipSsl: true
additionalArgs: []
sourceFile: %s%s
`, hostName, container.Port, mySQLRootPW, mySQLRoot, path,
hostName, container.Port, mySQLRootPW, mySQLRoot, mySQLDatabase, path,
Expand Down

0 comments on commit a8c7a0b

Please sign in to comment.