Merge branch '7478-anm-libcloud-deps-fix'
[arvados.git] / services / keep-web / cadaver_test.go
index db5d373be76934e6fd48d98498a059040b70c9bd..3814a459d53c46c8b92d7dc40d8fd8cd13ee6ae4 100644 (file)
@@ -53,6 +53,8 @@ func (s *IntegrationSuite) TestCadaverUserProject(c *check.C) {
 }
 
 func (s *IntegrationSuite) testCadaver(c *check.C, password string, pathFunc func(arvados.Collection) (string, string, string), skip func(string) bool) {
+       s.testServer.Config.AnonymousTokens = []string{arvadostest.AnonymousToken}
+
        testdata := []byte("the human tragedy consists in the necessity of living with the consequences of actions performed under the pressure of compulsions we do not understand")
 
        tempdir, err := ioutil.TempDir("", "keep-web-test-")