Merge branch '9964-output-glob-acr' refs #9964
[arvados.git] / lib / dispatchcloud / dispatcher_test.go
index 3c23d81d58561152e064051ebd0117f31f9ddbdd..d651e73a67c341bbd8df7ac2465bcecc060aa042 100644 (file)
@@ -404,7 +404,7 @@ func (s *DispatcherSuite) TestManagementAPI_Containers(c *check.C) {
                Items []queueEnt
        }
        getContainers := func() containersResponse {
-               sQueueRefresh = time.Millisecond
+               schedQueueRefresh = time.Millisecond
                req := httptest.NewRequest("GET", "/arvados/v1/dispatch/containers", nil)
                req.Header.Set("Authorization", "Bearer abcdefgh")
                resp := httptest.NewRecorder()