Pass the correct admin user name

This commit is contained in:
Travis Nielsen 2015-06-16 16:10:09 -07:00
parent c7214b5694
commit 8e73ca4191

View File

@ -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)
}