Dev (#6)
* refactor: rename package * fix: fix govet issues * fix: misspellings
This commit is contained in:
parent
2cbe4209a9
commit
ac05637658
7 changed files with 41 additions and 42 deletions
|
@ -53,7 +53,7 @@ func TestLogin(t *testing.T) {
|
|||
ret := srv.login(testCase.AdminId, testCase.AdminPwd, res)
|
||||
|
||||
if ret != testCase.Result {
|
||||
t.Fatalf("login: reponse=%v testCase=%v", ret, testCase.Result)
|
||||
t.Fatalf("login: response=%v testCase=%v", ret, testCase.Result)
|
||||
}
|
||||
|
||||
// verify cookie (only token.adminid part))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue