21508: Fix cross origin io parameter image previews
[arvados.git] / services / keepproxy / keepproxy_test.go
index 473be4d3a6581302748265e5f654511804ea6c25..2c73e2d1040d1b37df4e77375b5a859d3187565e 100644 (file)
@@ -346,7 +346,7 @@ func (s *ServerRequiredSuite) TestPutAskGet(c *C) {
        }
 
        {
-               reader, _, _, err := kc.Get(hash)
+               reader, _, _, err := kc.Get(hash + "+3")
                c.Check(reader, Equals, nil)
                c.Check(err, Equals, keepclient.BlockNotFound)
                c.Log("Finished Get (expected BlockNotFound)")