summaryrefslogtreecommitdiff
path: root/cmd/podman/create_cli_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/create_cli_test.go')
-rw-r--r--cmd/podman/create_cli_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/create_cli_test.go b/cmd/podman/create_cli_test.go
index fa128c8e6..9db007ff3 100644
--- a/cmd/podman/create_cli_test.go
+++ b/cmd/podman/create_cli_test.go
@@ -47,7 +47,7 @@ func TestGetAllLabels(t *testing.T) {
}
func TestGetAllLabelsBadKeyValue(t *testing.T) {
- inLabels := []string{"ONE1", "TWO=2"}
+ inLabels := []string{"=badValue", "="}
fileLabels := []string{}
_, err := getAllLabels(fileLabels, inLabels)
assert.Error(t, err, assert.AnError)