diff --git a/js/client/modules/@arangodb/testing.js b/js/client/modules/@arangodb/testing.js index 8826291c09..8171bfd250 100644 --- a/js/client/modules/@arangodb/testing.js +++ b/js/client/modules/@arangodb/testing.js @@ -1753,7 +1753,7 @@ function findTests () { function doOnePath(path) { var community = doOnePathInner(path); if (global.ARANGODB_CLIENT_VERSION(true)['enterprise-version']) { - return community.concat(doOnePathInner('enterprise/Enterprise/' + path)); + return community.concat(doOnePathInner('enterprise/' + path)); } else { return community; }