summaryrefslogtreecommitdiff
path: root/cmd/podman/parse/json_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/parse/json_test.go')
-rw-r--r--cmd/podman/parse/json_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/parse/json_test.go b/cmd/podman/parse/json_test.go
index ec3b5664b..b3b29c93c 100644
--- a/cmd/podman/parse/json_test.go
+++ b/cmd/podman/parse/json_test.go
@@ -27,7 +27,7 @@ func TestMatchesJSONFormat(t *testing.T) {
{"json . }}", false},
{"{{.ID }} json .", false},
{"json .", false},
- {"{{json.}}", false},
+ {"{{json.}}", true},
}
for _, tt := range tests {