Inspect returns json, not cli formatted output
This commit is contained in:
parent
6ccc4219d3
commit
f7c4156f95
|
@ -130,7 +130,7 @@ func TestNamespaceInspectCommand_NamespaceMatchesPrefix(t *testing.T) {
|
|||
}
|
||||
// Check to ensure we got the proper foo
|
||||
out := ui.OutputWriter.String()
|
||||
if !strings.Contains(out, "= foo\n") {
|
||||
if !strings.Contains(out, "\"foo\",\n") {
|
||||
t.Fatalf("expected namespace foo, got: %s", out)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue