Skip to content

Commit

Permalink
cnt print
Browse files Browse the repository at this point in the history
Signed-off-by: Prateeknandle <prateeknandle@gmail.com>
  • Loading branch information
Prateeknandle committed Feb 16, 2023
1 parent 511309a commit 23c0942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke/smoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func getsummary(podName string, maxcnt int) (*opb.Response, error) {
if err != nil {
log.Error().Msgf("Failed to apply the `karmor summary` command : %v", err)
}
if maxcnt == 20 {
if cnt == 20 {
fmt.Println("Summary :\n", string(summary))
}

Expand Down

0 comments on commit 23c0942

Please sign in to comment.