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
1 changed files with 1 additions and 1 deletions

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,
}