X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9d095072a57089b4858b632199f3b57871458dee..a9be3117466506dffc39617be1c58406c5914e4b:/lib/config/cmd_test.go?ds=sidebyside diff --git a/lib/config/cmd_test.go b/lib/config/cmd_test.go index 7167982ccd..9503a54d2d 100644 --- a/lib/config/cmd_test.go +++ b/lib/config/cmd_test.go @@ -217,7 +217,7 @@ Clusters: code := DumpCommand.RunCommand("arvados config-dump", []string{"-config", "-"}, bytes.NewBufferString(in), &stdout, &stderr) c.Check(code, check.Equals, 0) c.Check(stdout.String(), check.Matches, `(?ms).*TimeoutBooting: 10m\n.*`) - c.Check(stdout.String(), check.Matches, `(?ms).*http://localhost:12345/: {}\n.*`) + c.Check(stdout.String(), check.Matches, `(?ms).*http://localhost:12345/:\n +ListenURL: ""\n.*`) } func (s *CommandSuite) TestDump_UnknownKey(c *check.C) {