Skip to content

Commit 9188237

Browse files
committed
Update test_get_all_tags to remove trailing slash from assertion request
1 parent 17bd64f commit 9188237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

digitalocean/tests/test_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def test_get_all_volumes(self):
487487
def test_get_all_tags(self):
488488
data = self.load_from_file('tags/all.json')
489489

490-
url = self.base_url + 'tags/'
490+
url = self.base_url + 'tags'
491491
responses.add(responses.GET, url,
492492
body=data,
493493
status=200,

0 commit comments

Comments
 (0)