This is an automated email from the ASF dual-hosted git repository.
zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push:
new 8c5b1bb [Hotfix] Hotfix of test credential.test.js
8c5b1bb is described below
commit 8c5b1bb6d857654c53a87a15091b4eda20d73a74
Author: Jeff Zhang <[email protected]>
AuthorDate: Tue Feb 2 11:34:35 2021 +0800
[Hotfix] Hotfix of test credential.test.js
---
zeppelin-web/src/app/credential/credential.test.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zeppelin-web/src/app/credential/credential.test.js
b/zeppelin-web/src/app/credential/credential.test.js
index 2b3c17a..a062ba3 100644
--- a/zeppelin-web/src/app/credential/credential.test.js
+++ b/zeppelin-web/src/app/credential/credential.test.js
@@ -45,7 +45,7 @@ describe('Controller: Credential', function() {
[{entity: 'spark.testCredential', username: 'user1', password:
'password1'}]
);
expect($scope.availableInterpreters).toEqual(
- ['spark.spark', 'md.md']
+ ['spark', 'md']
);
$httpBackend.verifyNoOutstandingExpectation();