X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b8f92203bfa5766f9aa8bfb728bb4a1580e7d6d1..6c56f80642aae0ec0ff0bfc939ae33dd49e0ca6b:/services/keepstore/pull_worker_test.go diff --git a/services/keepstore/pull_worker_test.go b/services/keepstore/pull_worker_test.go index 7a8297039b..7b5077c1a7 100644 --- a/services/keepstore/pull_worker_test.go +++ b/services/keepstore/pull_worker_test.go @@ -127,7 +127,7 @@ func (s *PullWorkerTestSuite) TestSpecifyMountUUID(c *C) { requestBody: []byte(`[{ "locator":"acbd18db4cc2f85cedef654fccc4a4d8+3", "servers":["server_1","server_2"], - "mountuuid":"` + spec.sendUUID + `"}]`), + "mount_uuid":"` + spec.sendUUID + `"}]`), }) c.Assert(resp.Code, Equals, http.StatusOK) expectEqualWithin(c, time.Second, 0, func() interface{} {