Skip to content

Commit a4b9687

Browse files
committed
test: update env for storageusers service
1 parent 15cc11e commit a4b9687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/acceptance/features/apiSpaces/quota.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ Feature: State of the quota
122122

123123
@env-config
124124
Scenario: upload a file by setting OCIS spaces max quota
125-
Given the config "OCIS_SPACES_MAX_QUOTA" has been set to "10" for "storageusers" service
125+
Given the config "STORAGE_USERS_OCIS_MAX_QUOTA" has been set to "10" for "storageusers" service
126126
And user "Brian" has been created with default attributes
127127
When user "Brian" uploads file with content "more than 10 bytes content" to "lorem.txt" using the WebDAV API
128128
Then the HTTP status code should be "507"
129129

130130
@env-config
131131
Scenario: try to create a space with quota greater than OCIS spaces max quota
132-
Given the config "OCIS_SPACES_MAX_QUOTA" has been set to "50" for "storageusers" service
132+
Given the config "STORAGE_USERS_OCIS_MAX_QUOTA" has been set to "50" for "storageusers" service
133133
And user "Brian" has been created with default attributes
134134
And the administrator has assigned the role "Space Admin" to user "Brian" using the Graph API
135135
When user "Brian" tries to create a space "new space" of type "project" with quota "51" using the Graph API

0 commit comments

Comments
 (0)