mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix validator test
This commit is contained in:
parent
5481fd941a
commit
4eda693710
@ -3,7 +3,7 @@ package fastly
|
||||
import "testing"
|
||||
|
||||
func TestValidateS3FormatVersion(t *testing.T) {
|
||||
validVersions := []uint{
|
||||
validVersions := []int{
|
||||
1,
|
||||
2,
|
||||
}
|
||||
@ -14,7 +14,7 @@ func TestValidateS3FormatVersion(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
invalidVersions := []uint{
|
||||
invalidVersions := []int{
|
||||
0,
|
||||
3,
|
||||
4,
|
||||
|
Loading…
Reference in New Issue
Block a user