mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 03:37:30 +08:00
fix test
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user