Fix test to use new type name on backend
This commit is contained in:
parent
57ee1db8aa
commit
12596c6841
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue