Skip to content

Commit b401cbd

Browse files
committed
fixup!: add trailing slash in test
1 parent b249a66 commit b401cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/extensions.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function runTestExtensionTests() {
1515
const text = await codeServerPage.page.locator("text=proxyUri").first().textContent()
1616
// Remove end slash in address
1717
const normalizedAddress = address.replace(/\/+$/, "")
18-
expect(text).toBe(`Info: proxyUri: ${normalizedAddress}/proxy/{{port}}`)
18+
expect(text).toBe(`Info: proxyUri: ${normalizedAddress}/proxy/{{port}}/`)
1919
})
2020
}
2121

0 commit comments

Comments
 (0)