mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-30 20:04:35 +00:00
TestIsValidFormat: don't use deprecated golang function
This commit is contained in:
parent
64431c9fc4
commit
f234b0c865
1 changed files with 0 additions and 1 deletions
|
@ -349,7 +349,6 @@ func TestIsValidFormat(t *testing.T) {
|
|||
}
|
||||
for _, format := range []string{string(Yaml), string(Json), string(Binary), string(Dotenv)} {
|
||||
generateCase(format, true)
|
||||
generateCase(strings.Title(format), false)
|
||||
generateCase(strings.ToUpper(format), false)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue