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

benjobs pushed a commit to branch dev-2.1.5
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev-2.1.5 by this push:
     new d64ea5787 [Improve] JWT test bug fixe
d64ea5787 is described below

commit d64ea5787a5abab735777ce4dd4e6fa66923e54d
Author: benjobs <[email protected]>
AuthorDate: Sun Aug 4 17:52:50 2024 +0800

    [Improve] JWT test bug fixe
---
 .../org/apache/streampark/console/system/authentication/JWTTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/streampark-console/streampark-console-service/src/test/java/org/apache/streampark/console/system/authentication/JWTTest.java
 
b/streampark-console/streampark-console-service/src/test/java/org/apache/streampark/console/system/authentication/JWTTest.java
index 984f874e6..b16ba5742 100644
--- 
a/streampark-console/streampark-console-service/src/test/java/org/apache/streampark/console/system/authentication/JWTTest.java
+++ 
b/streampark-console/streampark-console-service/src/test/java/org/apache/streampark/console/system/authentication/JWTTest.java
@@ -40,7 +40,7 @@ class JWTTest extends SpringTestBase {
     User user = new User();
     user.setUserId(10000L);
     user.setUsername(userName);
-    user.setSalt("streampark");
+    user.setPassword("streampark");
     String token =
         JWTUtil.sign(
             user,

Reply via email to