accept -u to set Basic Auth on forwarded req

This commit is contained in:
Bel LaPointe
2026-02-23 17:53:35 -07:00
parent 68cbaa03e3
commit 89801782fb
2 changed files with 15 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ func TestRun(t *testing.T) {
}
go func() {
if err := run(p, tmpl, y, db); err != nil {
if err := run(p, tmpl, y, "", db); err != nil {
t.Fatal(err)
}
}()