diff --git a/changelog/unreleased/pull-1684 b/changelog/unreleased/pull-1684 new file mode 100644 index 000000000..6e14f8650 --- /dev/null +++ b/changelog/unreleased/pull-1684 @@ -0,0 +1,6 @@ +Bugfix: Fix backend tests for rest-server + +The REST server for restic now requires an explicit parameter (`--no-auth`) if +no authentication should be allowed. This is fixed in the tests. + +https://github.com/restic/restic/pull/1684