mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix buildfarm failures.
This commit is contained in:
committed by
Dave Page
parent
f17979141c
commit
e59eaedfd0
@@ -62,7 +62,7 @@ class ExtensionsDeleteMultipleTestCase(BaseTestGenerator):
|
||||
data = {'ids': self.extension_ids}
|
||||
delete_response = self.tester.delete(
|
||||
self.url + str(utils.SERVER_GROUP) + '/' +
|
||||
str(self.server_id) + '/' + str(self.db_id),
|
||||
str(self.server_id) + '/' + str(self.db_id) + '/',
|
||||
follow_redirects=True,
|
||||
data=json.dumps(data),
|
||||
content_type='html/json'
|
||||
|
||||
Reference in New Issue
Block a user