Skip to content

Commit

Permalink
FIXUP: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
victorr committed Feb 16, 2022
1 parent 6e2cd07 commit 4b789fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/logical/transit/path_trim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestTransit_Trim(t *testing.T) {
}
doErrReq(t, req)

// Set min_encryption_version to 4
// Set min_encryption_version to 0
req.Path = "keys/aes/config"
req.Data = map[string]interface{}{
"min_encryption_version": 0,
Expand Down

0 comments on commit 4b789fe

Please sign in to comment.