From 0886738d2406e6f09893c7b035908d2bc9689deb Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 24 Mar 2018 18:40:49 +0100 Subject: [PATCH] Add entry to CHANGELOG --- changelog/unreleased/pull-1684 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/pull-1684 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