mirror of https://github.com/ceph/go-ceph
rgw/admin: Remove 'ceph_preview' tags from test files
These are left overs from v0.13.0 and v0.17.0 releases where we missed to remove preview tag when corresponding APIs were promoted to stable. Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
parent
d572983696
commit
2c47426469
|
@ -1,6 +1,3 @@
|
|||
//go:build ceph_preview
|
||||
// +build ceph_preview
|
||||
|
||||
package admin
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
//go:build ceph_preview
|
||||
// +build ceph_preview
|
||||
|
||||
package admin
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue