2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-08 17:14:13 +00:00

Fix test to use new type name on backend

This commit is contained in:
Chris Howey 2015-06-14 08:43:47 -05:00
parent 57ee1db8aa
commit 12596c6841

View File

@ -20,7 +20,7 @@ type LocalServer struct {
var s LocalServer
func setupS3Backend(t *testing.T) *bes3.S3 {
func setupS3Backend(t *testing.T) *bes3.S3Backend {
s.config = &s3test.Config{
Send409Conflict: true,
}