Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dantb committed Sep 20, 2023
1 parent 872ea4b commit 247d5d1
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,6 @@ object Permission {
val list: List[Permission] = Write :: Nil
}

object Archives {
val name = "archives"
val Write: Permission = Permission(name, "write")

val list: List[Permission] = Write :: Nil
}

object Quotas {
val name = "quotas"
val Read: Permission = Permission(name, "read")
Expand Down Expand Up @@ -178,7 +171,6 @@ object Permission {
Schemas.list ++
Views.list ++
Storages.list ++
Archives.list ++
Quotas.list ++
Supervision.list).toSet

Expand All @@ -193,7 +185,6 @@ object Permission {
Schemas.list ++
Views.list ++
Storages.list ++
Archives.list ++
Quotas.list).toSet

}

0 comments on commit 247d5d1

Please sign in to comment.