mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-03 07:41:31 -07:00
Fix parentheses indentation
This commit is contained in:
parent
7c737f87e0
commit
351bc24567
1 changed files with 5 additions and 5 deletions
|
@ -100,7 +100,7 @@ def test_handle_grant_on_col(privileges, start, end, output):
|
||||||
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
||||||
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
||||||
'issuer': '/CN=org/O=MyDom, Inc./C=US/ST=Oregon/L=Portland'
|
'issuer': '/CN=org/O=MyDom, Inc./C=US/ST=Oregon/L=Portland'
|
||||||
})),
|
})),
|
||||||
(('*.*:ALL,REQUIRESSL', {
|
(('*.*:ALL,REQUIRESSL', {
|
||||||
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
||||||
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
||||||
|
@ -109,7 +109,7 @@ def test_handle_grant_on_col(privileges, start, end, output):
|
||||||
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
||||||
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
||||||
'issuer': '/CN=org/O=MyDom, Inc./C=US/ST=Oregon/L=Portland'
|
'issuer': '/CN=org/O=MyDom, Inc./C=US/ST=Oregon/L=Portland'
|
||||||
})),
|
})),
|
||||||
(('*.*:REQUIRESSL,ALL', {
|
(('*.*:REQUIRESSL,ALL', {
|
||||||
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
||||||
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
||||||
|
@ -118,7 +118,7 @@ def test_handle_grant_on_col(privileges, start, end, output):
|
||||||
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
||||||
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
||||||
'issuer': '/CN=org/O=MyDom, Inc./C=US/ST=Oregon/L=Portland'
|
'issuer': '/CN=org/O=MyDom, Inc./C=US/ST=Oregon/L=Portland'
|
||||||
})),
|
})),
|
||||||
(('*.*:ALL,REQUIRESSL,GRANT', {
|
(('*.*:ALL,REQUIRESSL,GRANT', {
|
||||||
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
||||||
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
||||||
|
@ -127,7 +127,7 @@ def test_handle_grant_on_col(privileges, start, end, output):
|
||||||
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
||||||
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
||||||
'issuer': '/CN=org/O=MyDom, Inc./C=US/ST=Oregon/L=Portland'
|
'issuer': '/CN=org/O=MyDom, Inc./C=US/ST=Oregon/L=Portland'
|
||||||
})),
|
})),
|
||||||
(('*.*:ALL,REQUIRESSL,GRANT/a.b:USAGE', {
|
(('*.*:ALL,REQUIRESSL,GRANT/a.b:USAGE', {
|
||||||
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
||||||
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
||||||
|
@ -136,7 +136,7 @@ def test_handle_grant_on_col(privileges, start, end, output):
|
||||||
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
'subject': '/CN=alice/O=MyDom, Inc./C=US/ST=Oregon/L=Portland',
|
||||||
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
'cipher': 'ECDHE-ECDSA-AES256-SHA384',
|
||||||
'issuer': '/CN=org/O=MyDom, Inc./C=US/ST=Oregon/L=Portland'
|
'issuer': '/CN=org/O=MyDom, Inc./C=US/ST=Oregon/L=Portland'
|
||||||
}))
|
}))
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
def test_handle_requiressl_in_priv_string(input_tuple, output_tuple):
|
def test_handle_requiressl_in_priv_string(input_tuple, output_tuple):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue