Merge branch '18024-no-docker-snap' into main
[arvados.git] / lib / controller / federation_test.go
index 4c0ffec60c443bb25f2815ca3a7ea88eeaa9a1ae..6d74ab65f93b6f7c73c95905b601a6090bb50a70 100644 (file)
@@ -64,6 +64,7 @@ func (s *FederationSuite) SetUpTest(c *check.C) {
        cluster.API.MaxItemsPerResponse = 1000
        cluster.API.MaxRequestAmplification = 4
        cluster.API.RequestTimeout = arvados.Duration(5 * time.Minute)
+       cluster.Collections.BlobSigning = true
        cluster.Collections.BlobSigningKey = arvadostest.BlobSigningKey
        cluster.Collections.BlobSigningTTL = arvados.Duration(time.Hour * 24 * 14)
        arvadostest.SetServiceURL(&cluster.Services.RailsAPI, "http://localhost:1/")