diff --git a/command/namespace_inspect_test.go b/command/namespace_inspect_test.go index 20a0ef26b..0e8b624fd 100644 --- a/command/namespace_inspect_test.go +++ b/command/namespace_inspect_test.go @@ -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) } }