Skip to content

Commit

Permalink
first 63 characters in TestFormatEnvName
Browse files Browse the repository at this point in the history
Signed-off-by: jose luis <[email protected]>
  • Loading branch information
sosan committed Jan 14, 2024
1 parent df4dd20 commit a6baa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/transformer/kubernetes/k8sutils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ func TestFormatEnvName(t *testing.T) {
args: args{
name: "abcdefghijklnmopqrstuvxyzabcdefghijklmnopqrstuvwxyzabcdejghijkl$Hereisadditional",
},
want: "rstuvxyzabcdefghijklmnopqrstuvwxyzabcdejghijkl$Hereisadditional",
want: "abcdefghijklnmopqrstuvxyzabcdefghijklmnopqrstuvwxyzabcdejghijkl",
},
{
name: "check that not begins with -",
Expand Down

0 comments on commit a6baa38

Please sign in to comment.