mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Cleanup bool checks (#14102)
* clean up == true cases * cleanup == false where it didn't seem to hurt readability
This commit is contained in:
@@ -193,7 +193,7 @@ func testAccStepConfig(t *testing.T, d map[string]interface{}, expectError bool)
|
||||
|
||||
func testAccStepRole(t *testing.T, wildCard bool) logicaltest.TestStep {
|
||||
pathData := make(map[string]interface{})
|
||||
if wildCard == true {
|
||||
if wildCard {
|
||||
pathData = map[string]interface{}{
|
||||
"sql": testRoleWildCard,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user