X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3d5a1c29aad86476f2e789e1e54cabf8b4605aa2..c5380a9ea994f5727ffe0e45dfe7c46a20673db0:/lib/controller/handler_test.go diff --git a/lib/controller/handler_test.go b/lib/controller/handler_test.go index 0c50a6c4be..eef0443b9a 100644 --- a/lib/controller/handler_test.go +++ b/lib/controller/handler_test.go @@ -99,6 +99,7 @@ func (s *HandlerSuite) TestConfigExport(c *check.C) { func (s *HandlerSuite) TestDiscoveryDocCache(c *check.C) { countRailsReqs := func() int { + s.railsSpy.Wait() n := 0 for _, req := range s.railsSpy.RequestDumps { if bytes.Contains(req, []byte("/discovery/v1/apis/arvados/v1/rest")) {