mirror of
https://github.com/ceph/go-ceph
synced 2025-01-27 16:43:24 +00:00
Pass the correct admin user name
This commit is contained in:
parent
c7214b5694
commit
8e73ca4191
@ -467,7 +467,7 @@ func TestNewConnWithUser(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestNewConnWithClusterAndUser(t *testing.T) {
|
||||
_, err := rados.NewConnWithClusterAndUser("ceph", "admin")
|
||||
_, err := rados.NewConnWithClusterAndUser("ceph", "client.admin")
|
||||
assert.Equal(t, err, nil)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user