Skip to content

Commit

Permalink
use test system view
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcraig committed Feb 11, 2025
1 parent 17f096e commit a7007c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/credential/ldap/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func createBackendWithStorage(t *testing.T) (*backend, logical.Storage) {

config := logical.TestBackendConfig()
config.StorageView = &logical.InmemStorage{}
config.System = testSystemView{}
config.System = sv

b := Backend()
if b == nil {
Expand Down

0 comments on commit a7007c4

Please sign in to comment.