Fix test message.

This commit is contained in:
Joachim Bauch 2020-07-31 11:20:57 +02:00
parent eb6deff32b
commit 0198599a64
Failed to extract signature

View file

@ -259,7 +259,7 @@ func TestBackendServer_OldCompatAuth(t *testing.T) {
t.Error(err)
}
if res.StatusCode != http.StatusOK {
t.Errorf("Expected error response, got %s: %s", res.Status, string(body))
t.Errorf("Expected success, got %s: %s", res.Status, string(body))
}
}