12483: Fix cadaver tests.
[arvados.git] / services / keep-web / cadaver_test.go
index 7c05cccd2998376d15d05b83021ef4881071dcb0..02bdf7e7907f452dd5150610d1de05554d52d040 100644 (file)
@@ -97,12 +97,12 @@ func (s *IntegrationSuite) TestWebdavWithCadaver(c *check.C) {
                },
                {
                        path:  writePath,
-                       cmd:   "move testfile newdir0\n",
+                       cmd:   "move testfile newdir0/\n",
                        match: `(?ms).*Moving .* succeeded.*`,
                },
                {
                        path:  writePath,
-                       cmd:   "move testfile newdir0\n",
+                       cmd:   "move testfile newdir0/\n",
                        match: `(?ms).*Moving .* failed.*`,
                },
                {
@@ -122,7 +122,7 @@ func (s *IntegrationSuite) TestWebdavWithCadaver(c *check.C) {
                },
                {
                        path:  writePath,
-                       cmd:   "move newdir0/testfile newdir1\n",
+                       cmd:   "move newdir0/testfile newdir1/\n",
                        match: `(?ms).*Moving .* succeeded.*`,
                },
                {