accept -u to set Basic Auth on forwarded req
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user