X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/acb1d98cdfa6e33bfd3e1bb7510b78a4fd9384e2..b0654eb575e9b914999c34984f3f47b3918e9e5e:/lib/config/export_test.go diff --git a/lib/config/export_test.go b/lib/config/export_test.go index 7af117e385..f11b65f452 100644 --- a/lib/config/export_test.go +++ b/lib/config/export_test.go @@ -17,7 +17,7 @@ var _ = check.Suite(&ExportSuite{}) type ExportSuite struct{} func (s *ExportSuite) TestExport(c *check.C) { - confdata := strings.Replace(string(DefaultYAML), "SAMPLE", "testkey", -1) + confdata := strings.Replace(string(DefaultYAML), "SAMPLE", "12345", -1) cfg, err := testLoader(c, confdata, nil).Load() c.Assert(err, check.IsNil) cluster, err := cfg.GetCluster("xxxxx")