Skip to content

Commit

Permalink
fixup: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidumea committed Nov 5, 2024
1 parent 332e78d commit 28edd6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap/kubeadm/internal/cloudinit/cloudinit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ func TestNewInitControlPlaneCommands(t *testing.T) {

cpinput := &ControlPlaneInput{
BaseUserData: BaseUserData{
Header: "test",
BootCommands: []bootstrapv1.BootCommand{
{"echo", "hello"},
},
Header: "test",
PreKubeadmCommands: []string{`"echo $(date) ': hello world!'"`},
PostKubeadmCommands: []string{"echo $(date) ': hello world!'"},
AdditionalFiles: nil,
Expand Down Expand Up @@ -199,10 +199,10 @@ func TestNewJoinControlPlaneAdditionalFileEncodings(t *testing.T) {

cpinput := &ControlPlaneJoinInput{
BaseUserData: BaseUserData{
Header: "test",
BootCommands: []bootstrapv1.BootCommand{
{"echo", "hello"},
},
Header: "test",
PreKubeadmCommands: nil,
PostKubeadmCommands: nil,
AdditionalFiles: []bootstrapv1.File{
Expand Down

0 comments on commit 28edd6c

Please sign in to comment.