We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b249a66 commit b401cbdCopy full SHA for b401cbd
test/e2e/extensions.test.ts
@@ -15,7 +15,7 @@ function runTestExtensionTests() {
15
const text = await codeServerPage.page.locator("text=proxyUri").first().textContent()
16
// Remove end slash in address
17
const normalizedAddress = address.replace(/\/+$/, "")
18
- expect(text).toBe(`Info: proxyUri: ${normalizedAddress}/proxy/{{port}}`)
+ expect(text).toBe(`Info: proxyUri: ${normalizedAddress}/proxy/{{port}}/`)
19
})
20
}
21
0 commit comments