X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1d0a332825dfdb9f72c76eefacdca50f01bd67ed..00f1f05789316936db75b4723b1c3d99196c252a:/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")