We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99d65d commit b3f43e0Copy full SHA for b3f43e0
1 file changed
packages/databricks-vscode/src/cli/CliWrapper.test.ts
@@ -180,7 +180,7 @@ nothing = true
180
host = https://cloud.databricks.com/
181
token = dapitest1234
182
183
-[profile-with-accunt-id]
+[profile-with-account-id]
184
host = https://accounts.cloud.databricks.com/
185
account_id = 1234567890
186
token = dapitest5678
@@ -192,7 +192,7 @@ token = dapitest5678
192
193
assert.equal(profiles.length, 2);
194
assert.equal(profiles[0].name, "regular-profile");
195
- assert.equal(profiles[1].name, "profile-with-accunt-id");
+ assert.equal(profiles[1].name, "profile-with-account-id");
196
assert.equal(profiles[1].accountId, "1234567890");
197
});
198
0 commit comments