Upsoft pass testing£¬fix little bug
Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -32,7 +32,7 @@ public class AccountTest { | @@ -32,7 +32,7 @@ public class AccountTest { | ||
| 32 | 32 | ||
| 33 | @Test | 33 | @Test |
| 34 | public void testLogin() { | 34 | public void testLogin() { |
| 35 | - System.out.println(loginAndGetToken("user1", "pass1")); | 35 | + System.out.println(loginAndGetToken(Data.ADMIN_ACCOUNT, Data.ADMIN_PWD)); |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | @Test | 38 | @Test |
-
Please register or login to post a comment