We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652b3c6 commit c46bb0bCopy full SHA for c46bb0b
tests/functional/util/regioninfo-provider.js
@@ -1,5 +1,5 @@
1
const { join } = require("path");
2
module.exports.getRegionInfoProvider = (fromService) => {
3
- const path = join("..", "..", "..", "clients", `client-${fromService}`, "dist", "cjs", "endpoints");
+ const path = join("..", "..", "..", "clients", `client-${fromService}`, "dist-cjs", "endpoints");
4
return require(path).defaultRegionInfoProvider;
5
};
0 commit comments