Clarifying descriptions as suggested in PR review

This commit is contained in:
Drayton Munster
2022-03-25 22:25:16 -04:00
parent 3903ed000c
commit bc1545c717
4 changed files with 7 additions and 6 deletions

View File

@@ -100,7 +100,7 @@ func TestGetHandler(t *testing.T) {
t.Errorf("NoAuth=true: expected no error, got %v", err)
}
// With NoAuth = true and custom .htpasswd
// With NoAuth = false and custom .htpasswd
htpFile, err := ioutil.TempFile(dir, "custom")
if err != nil {
t.Fatal(err)