Skip to content

Commit c46bb0b

Browse files
committed
test(functional): read client from dist-cjs
1 parent 652b3c6 commit c46bb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { join } = require("path");
22
module.exports.getRegionInfoProvider = (fromService) => {
3-
const path = join("..", "..", "..", "clients", `client-${fromService}`, "dist", "cjs", "endpoints");
3+
const path = join("..", "..", "..", "clients", `client-${fromService}`, "dist-cjs", "endpoints");
44
return require(path).defaultRegionInfoProvider;
55
};

0 commit comments

Comments
 (0)