Skip to content

Commit ec13690

Browse files
committed
Fix backup test
Signed-off-by: s3rj1k <[email protected]>
1 parent bdf7cdd commit ec13690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inttest/backup/backup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func (s *BackupSuite) TestK0sGetsUp() {
9999
for i := range s.ControllerCount - 1 {
100100
i := i + 1
101101
s.PutFile(s.ControllerNode(i), "/etc/k0s/k0s.yaml", config)
102-
s.Require().NoError(s.InitController(i, "--enable-worker", token))
102+
s.Require().NoError(s.InitController(i, token))
103103
}
104104
}
105105

0 commit comments

Comments
 (0)