Skip to content

Commit

Permalink
fix failed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nvanthao committed May 16, 2024
1 parent 03e9983 commit 958ceca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/analyze/host_kernel_configs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ func TestAnalyzeKernelConfigs(t *testing.T) {
{
Title: "Kernel Configs",
IsPass: false,
IsFail: true,
Message: "IPv4 NAT option",
},
},
Expand All @@ -126,6 +127,7 @@ func TestAnalyzeKernelConfigs(t *testing.T) {
{
Title: "Kernel Configs",
IsPass: false,
IsFail: true,
Message: "CONFIG_CGROUP_FREEZER is disabled",
},
},
Expand Down

0 comments on commit 958ceca

Please sign in to comment.