Skip to content

Commit

Permalink
Add test case for non-singularization of 'capabilities'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspinho committed Apr 21, 2020
1 parent 2e5c589 commit c374b49
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pkg/tfkschema/name_mapper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,15 @@ func Test_NormalizeTerraformName(t *testing.T) {
},
"image_pull_secrets",
},

{
"capabilities",
args{
"capabilities",
true,
"",
},
"capabilities",
},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
Expand Down

0 comments on commit c374b49

Please sign in to comment.