X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0bb53c1cbcbcb8b3be50e6ecf3fdf0bb7cbd96b5..ef9107221d53f19bf848d3dca0b570f468519550:/lib/config/deprecated_keepstore_test.go diff --git a/lib/config/deprecated_keepstore_test.go b/lib/config/deprecated_keepstore_test.go index d1028e8bd0..62f3f1e3fe 100644 --- a/lib/config/deprecated_keepstore_test.go +++ b/lib/config/deprecated_keepstore_test.go @@ -30,6 +30,10 @@ type KeepstoreMigrationSuite struct { var _ = check.Suite(&KeepstoreMigrationSuite{}) func (s *KeepstoreMigrationSuite) SetUpSuite(c *check.C) { + os.Setenv("ARVADOS_API_HOST", os.Getenv("ARVADOS_TEST_API_HOST")) + os.Setenv("ARVADOS_API_HOST_INSECURE", "1") + os.Setenv("ARVADOS_API_TOKEN", arvadostest.AdminToken) + // We don't need the keepstore servers, but we do need // keep_services listings that point to localhost, rather than // the apiserver fixtures that point to fictional hosts