Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
daf8e7d76f
|
@@ -46,7 +46,7 @@ func TestCreateUser(t *testing.T) {
|
||||
func TestVerifyPassword(t *testing.T) {
|
||||
f, err := os.Stat("htpasswd_testdata")
|
||||
if err != nil {
|
||||
TestCreateUser(t)
|
||||
TestCreateUser(nil)
|
||||
}
|
||||
|
||||
_, err = ParseHtpasswdFile(f.Name())
|
||||
|
||||
Reference in New Issue
Block a user