File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ describe('ssl', function() {
32
32
)
33
33
. then ( ( ) => {
34
34
return shareConn . query (
35
- "GRANT ALL PRIVILEGES ON *.* TO 'sslTestUser'@'%' IDENTIFIED BY 'ytoKS@ç%ùed5' " +
35
+ "GRANT ALL PRIVILEGES ON *.* TO 'sslTestUser'@'%' " +
36
36
( ( shareConn . info . isMariaDB ( ) && ! shareConn . info . hasMinVersion ( 10 , 2 , 0 ) ) ||
37
37
( ! shareConn . info . isMariaDB ( ) && ! shareConn . info . hasMinVersion ( 5 , 7 , 0 ) )
38
38
? ' REQUIRE SSL'
@@ -50,7 +50,7 @@ describe('ssl', function() {
50
50
} )
51
51
. then ( ( ) => {
52
52
return shareConn . query (
53
- "GRANT ALL PRIVILEGES ON *.* TO 'X509testUser'@'%' IDENTIFIED BY 'éà@d684SQpl¨^' " +
53
+ "GRANT ALL PRIVILEGES ON *.* TO 'X509testUser'@'%' " +
54
54
( ( shareConn . info . isMariaDB ( ) && ! shareConn . info . hasMinVersion ( 10 , 2 , 0 ) ) ||
55
55
( ! shareConn . info . isMariaDB ( ) && ! shareConn . info . hasMinVersion ( 5 , 7 , 0 ) )
56
56
? ' REQUIRE X509'
You can’t perform that action at this time.
0 commit comments