fix(clients): fix incorrect client naming
This commit is contained in:
parent
f0293fbc4c
commit
48b0ff2df0
14 changed files with 106 additions and 41 deletions
|
@ -62,7 +62,7 @@ func TestSettingsHandlers(t *testing.T) {
|
|||
t.Fatal("fail to start server")
|
||||
}
|
||||
|
||||
usersCl := client.NewSingleUserClient(addr)
|
||||
usersCl := client.NewUsersClient(addr)
|
||||
resp, _, errs := usersCl.Login(adminName, adminPwd)
|
||||
if len(errs) > 0 {
|
||||
t.Fatal(errs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue