Skip to content

Commit d3d2f29

Browse files
committed
test: fix tests
1 parent a1cceae commit d3d2f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cluster/src/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ module.exports.makeEnvironment = cfg => {
166166

167167
const resolveCustomContextPath = resolved => {
168168
let contextPath = resolved.customContext
169-
if (customContext === '') {
169+
if (customContext === '' || customContext === true) {
170170
contextPath = resolved.name
171171
}
172172
return contextPath ? `/${contextPath}` : ''

0 commit comments

Comments
 (0)