Browse Source

fix test

pull/1658/head
Chris Lu 4 years ago
parent
commit
77286f8bea
  1. 2
      weed/s3iam/s3iam_filer_store_test.go

2
weed/s3iam/s3iam_filer_store_test.go

@ -51,7 +51,7 @@ func TestS3Conf(t *testing.T) {
},
},
}
content, _ := proto.Marshal(config)
content, err := proto.Marshal(s3Conf)
assert.Equal(t, err, nil)
s3ConfSaved := &iam_pb.S3ApiConfiguration{}
err = ifs.loadIAMConfigFromBytes(content, s3ConfSaved)

Loading…
Cancel
Save