Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Sep 16, 2022
1 parent a1cceae commit 17c6ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cluster/src/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ module.exports.makeEnvironment = cfg => {

const resolveCustomContextPath = resolved => {
let contextPath = resolved.customContext
if (customContext === '') {
if (contextPath === '' || contextPath === true) {
contextPath = resolved.name
}
return contextPath ? `/${contextPath}` : ''
Expand Down

0 comments on commit 17c6ae1

Please sign in to comment.