Skip to content

Commit 0f25d4e

Browse files
IS0501Test.py: remove trailing slash from /staged endpoint for PATCH (#856)
1 parent 902dd5d commit 0f25d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nmostesting/suites/IS0501Test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ def patch_auto_params(self, test, resources, resourceType, autoParams):
12101210
"""
12111211
if len(resources) > 0:
12121212
for resource in resources:
1213-
dest_staged = "single/" + resourceType + "/" + resource + "/staged/"
1213+
dest_staged = "single/" + resourceType + "/" + resource + "/staged"
12141214
dest_active = "single/" + resourceType + "/" + resource + "/active/"
12151215

12161216
valid, response = self.is05_utils.checkCleanRequestJSON("GET", dest_staged)

0 commit comments

Comments
 (0)