Authored by zhaoyue

Upsoft pass testing£¬fix little bug

1 git add --all src/* 1 git add --all src/*
2 git add push.sh 2 git add push.sh
3 git add pom.xml 3 git add pom.xml
4 -git commit -m "Upsoft pass testing" 4 +git commit -m "Upsoft pass testingfix little bug"
5 git push origin zhaoyue-dev 5 git push origin zhaoyue-dev
6 git status 6 git status
@@ -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