This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new bc0174b  [Hotfix] Hotfix of test credential.test.js
bc0174b is described below

commit bc0174b6ba2df2d1c27ab3a0f39a79243d50ab32
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();

Reply via email to