Skip to content

Commit

Permalink
restore test JWT_SECRET
Browse files Browse the repository at this point in the history
  • Loading branch information
kuangxiang20240501 committed Nov 1, 2024
1 parent 586dcf0 commit 4bc6a33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ private TestContextConstants() {}
public static final String LOGIN_USERNAME = "test";
public static final String LOGIN_PASSWORD = "password";

public static final String JWT_SECRET = "Y2ZmZTdlZmUtMzdiMS00ZGVmLWEzMWItMWNiMGM4ZGQxYWU1";
public static final String JWT_SECRET = "MjRhMjNhNGYtMWUzMS00ZTY4LTlhYzgtMzY5NDcwYzNjNDE4";

public static final String JWT_RSA_PRIVATE_KEY =
"""
Expand Down

0 comments on commit 4bc6a33

Please sign in to comment.