Skip to content

Commit

Permalink
IS0501Test.py: remove trailing slash from /staged endpoint for PATCH (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdicken authored Feb 13, 2025
1 parent 902dd5d commit 0f25d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmostesting/suites/IS0501Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ def patch_auto_params(self, test, resources, resourceType, autoParams):
"""
if len(resources) > 0:
for resource in resources:
dest_staged = "single/" + resourceType + "/" + resource + "/staged/"
dest_staged = "single/" + resourceType + "/" + resource + "/staged"
dest_active = "single/" + resourceType + "/" + resource + "/active/"

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

0 comments on commit 0f25d4e

Please sign in to comment.