5824: Add test for file in subdir.
[arvados.git] / services / keep-web / handler_test.go
index 09c731cb5159c866ba6ce692ff62ebee2c1feb51..5e38f25f6ce56b75be6e7e41d36bb49c7445843a 100644 (file)
@@ -103,6 +103,7 @@ func doVhostRequests(c *check.C, authz authorizer) {
                arvadostest.FooCollection + "--collections.example.com/_/foo",
                arvadostest.FooPdh + ".example.com/foo",
                strings.Replace(arvadostest.FooPdh, "+", "-", -1) + "--collections.example.com/foo",
+               arvadostest.FooBarDirCollection + ".example.com/dir1/foo",
        } {
                c.Log("doRequests: ", hostPath)
                doVhostRequestsWithHostPath(c, authz, hostPath)