Unify deployment tracking and support multiple deployments #1589
Annotations
2 errors
|
Test
Process completed with exit code 1.
|
|
test/unit/util.test.ts > parseRemoteAuthority > should parse authority:
test/unit/util.test.ts#L43
AssertionError: expected { agent: '', …(4) } to strictly equal { agent: '', …(4) }
- Expected
+ Received
{
"agent": "",
- "host": "coder-vscode--foo--bar",
"safeHostname": "",
+ "sshHost": "coder-vscode--foo--bar",
"username": "foo",
"workspace": "bar",
}
❯ test/unit/util.test.ts:43:5
|