Skip to content

Commit

Permalink
Update tests/helper/helper_podman.go
Browse files Browse the repository at this point in the history
Co-authored-by: Parthvi Vala <[email protected]>
  • Loading branch information
feloy and valaparthvi authored Apr 27, 2023
1 parent 729ca13 commit 7629a71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/helper/helper_podman.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ import (

func getBooleanValueFromEnvVar(envvar string, defaultValue bool) bool {
strVal := os.Getenv("PODMAN_USE_NAMESPACES")
if strVal == "" {
return defaultValue
}
boolValue, err := strconv.ParseBool(strVal)
if err != nil {
return defaultValue
Expand Down

0 comments on commit 7629a71

Please sign in to comment.