Skip to content

Commit

Permalink
fixup!: add trailing slash in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Oct 24, 2022
1 parent b249a66 commit b401cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/extensions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function runTestExtensionTests() {
const text = await codeServerPage.page.locator("text=proxyUri").first().textContent()
// Remove end slash in address
const normalizedAddress = address.replace(/\/+$/, "")
expect(text).toBe(`Info: proxyUri: ${normalizedAddress}/proxy/{{port}}`)
expect(text).toBe(`Info: proxyUri: ${normalizedAddress}/proxy/{{port}}/`)
})
}

Expand Down

0 comments on commit b401cbd

Please sign in to comment.