mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 22:58:26 +00:00
Fix rest-server tests
Since today, the rest-server needs to be explicitly told (via `--no-auth`) that authentication is not necessary.
This commit is contained in:
parent
0e0fee9c8f
commit
e5c929b793
@ -22,7 +22,7 @@ func runRESTServer(ctx context.Context, t testing.TB, dir string) (*url.URL, fun
|
||||
t.Skip(err)
|
||||
}
|
||||
|
||||
cmd := exec.CommandContext(ctx, srv, "--path", dir)
|
||||
cmd := exec.CommandContext(ctx, srv, "--no-auth", "--path", dir)
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stdout
|
||||
if err := cmd.Start(); err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user