Skip to content

Commit

Permalink
Fix test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Dec 13, 2023
1 parent 8644961 commit 30a3963
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integration/grpc/ocm_share_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,23 @@ var (
CreateContainer: true,
Delete: true,
GetPath: true,
GetQuota: true,
InitiateFileDownload: true,
InitiateFileUpload: true,
ListContainer: true,
ListGrants: true,
ListRecycle: true,
RestoreRecycleItem: true,
Move: true,
Stat: true,
}
viewerPermissions = &provider.ResourcePermissions{
Stat: true,
InitiateFileDownload: true,
GetPath: true,
GetQuota: true,
ListContainer: true,
ListRecycle: true,
}
)

Expand Down

0 comments on commit 30a3963

Please sign in to comment.