PR feedback for credentials reset #3662
Annotations
2 errors
Run just vscode test:
extensions/vscode/src/state.test.ts#L490
AssertionError: expected [ { …(4) }, { …(4) }, { …(4) } ] to deeply equal []
- Expected
+ Received
- Array []
+ Array [
+ Object {
+ "apiKey": "qwerty-4",
+ "guid": "44a468b8-09c7-4c6d-a7a3-8cf164ddbaf4",
+ "name": "Credential 4",
+ "url": "https://connect.4.site.com/connect",
+ },
+ Object {
+ "apiKey": "qwerty-5",
+ "guid": "44a468b8-09c7-4c6d-a7a3-8cf164ddbaf5",
+ "name": "Credential 5",
+ "url": "https://connect.5.site.com/connect",
+ },
+ Object {
+ "apiKey": "qwerty-6",
+ "guid": "44a468b8-09c7-4c6d-a7a3-8cf164ddbaf6",
+ "name": "Credential 6",
+ "url": "https://connect.6.site.com/connect",
+ },
+ ]
❯ src/state.test.ts:490:42
|
Run just vscode test
Process completed with exit code 1.
|
Loading