Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jul 22, 2022
1 parent 2a81081 commit 093732a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/lib/next-test-utils.js
Expand Up @@ -96,7 +96,6 @@ export function getFullUrl(appPortOrUrl, url, hostname) {
parsedUrl.hash = parsedPathQuery.hash
parsedUrl.search = parsedPathQuery.search
parsedUrl.pathname = parsedPathQuery.pathname
parsedUrl.hash = parsedPathQuery.hash

if (hostname && parsedUrl.hostname === 'localhost') {
parsedUrl.hostname = hostname
Expand Down

0 comments on commit 093732a

Please sign in to comment.