Skip to content

Commit

Permalink
checkup, test: Remove unused const
Browse files Browse the repository at this point in the history
This is a leftover from the days before container
disk image was used.

Signed-off-by: Orel Misan <[email protected]>
  • Loading branch information
orelmisan committed Apr 8, 2024
1 parent 8cc5be0 commit e532025
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/internal/checkup/checkup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import (
const (
testNamespace = "target-ns"
testTargetNodeName = "my-node"
testPVCName = "my-rt-vm-pvc"
)

func TestCheckupShouldSucceed(t *testing.T) {
Expand Down

0 comments on commit e532025

Please sign in to comment.