mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Clarifying descriptions as suggested in PR review
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user