Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1032 from Random-Liu/small-code-cleanup
Browse files Browse the repository at this point in the history
Don't use string when there is a constant.
  • Loading branch information
Random-Liu committed Jan 24, 2019
2 parents bf00de3 + 9a455da commit 5d1a07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/pod_hostname_env_test.go
Expand Up @@ -84,7 +84,7 @@ func TestPodHostnameEnv(t *testing.T) {
t.Log("Create a container to print env")
cnConfig := ContainerConfig(
containerName,
"busybox",
testImage,
WithCommand("env"),
WithLogPath(containerName),
)
Expand Down

0 comments on commit 5d1a07e

Please sign in to comment.