updated linter

This commit is contained in:
Gani Georgiev
2022-12-16 17:06:03 +02:00
parent 738f71f244
commit 687a79b450
7 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ func TestLoginAuthStart(t *testing.T) {
}
if len(resp) != 0 {
t.Fatalf("[%s] Expected emtpy data response, got %v", s.name, resp)
t.Fatalf("[%s] Expected empty data response, got %v", s.name, resp)
}
if method != "LOGIN" {